Releases: Claviz/xlstream
Releases · Claviz/xlstream
v.2.5.4
Resolved an issue where various hour format strings (HH, Hh, hH) were not being consistently interpreted. They are now normalized to hh to ensure consistent date formatting.
v.2.5.2
- Fixed last column not being added to header array when value is empty. Thanks to @LeoMouyna!
v.2.5.1
- In some cases custom formats worked incorrectly. Fixed by using
numfmt
library instead of ssf
for custom formats.
v.2.5.0
- Added encoding support. Thanks to @Altxis.
v.2.4.0
totalSheetSize
and processedSheetSize
fields are now emitted with a data
event.
v.2.3.4
- Fixed a bug when empty rows were not emitted when
ignoreEmpty
flag was set to false
. Thanks to @continuousjr!
v.2.3.3
- Fixed header containing undefined values not being correctly parsed. Now if
withHeader
option is enabled and undefined values in header are found, column will be named by it's letter.
v.2.3.2
- Remove
saxophone
from dependencies.
v.2.3.1
- Fix error handling in getWorksheets #32. Thanks to @santiq!