Skip to content

Releases: Claviz/xlstream

v.2.5.5

03 Jun 11:09
Compare
Choose a tag to compare

Code refactoring. Thanks to @seidelmartin!

v.2.5.4

28 May 10:30
Compare
Choose a tag to compare

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

08 Apr 15:16
Compare
Choose a tag to compare
  • Fixed last column not being added to header array when value is empty. Thanks to @LeoMouyna!

v.2.5.1

01 Dec 09:07
Compare
Choose a tag to compare
  • In some cases custom formats worked incorrectly. Fixed by using numfmt library instead of ssf for custom formats.

v.2.5.0

24 Nov 10:53
Compare
Choose a tag to compare
  • Added encoding support. Thanks to @Altxis.

v.2.4.0

16 Jul 07:27
Compare
Choose a tag to compare
  • totalSheetSize and processedSheetSize fields are now emitted with a data event.

v.2.3.4

07 Jun 06:47
Compare
Choose a tag to compare
  • Fixed a bug when empty rows were not emitted when ignoreEmpty flag was set to false. Thanks to @continuousjr!

v.2.3.3

27 May 11:11
Compare
Choose a tag to compare
  • 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

17 Dec 08:11
Compare
Choose a tag to compare
  • Remove saxophone from dependencies.

v.2.3.1

22 Nov 09:06
Compare
Choose a tag to compare
  • Fix error handling in getWorksheets #32. Thanks to @santiq!