Skip to content

Releases: testxio/testx-xlsx-parser

1.0.1

26 Oct 09:53
Compare
Choose a tag to compare
  • Upgraded packages
  • Removed redundant 'q' package
  • Fixed tests (were still using promises)

1.0.0

26 Oct 09:41
Compare
Choose a tag to compare

This release is intended to support testx@2.x

  • Conform to parser interface expected by testx@2.x
    • parse and parseFile methods
    • parser name and version information
    • supported file extensions
  • Parsing is now synchronous and does not return a promise.

0.8.0

26 Sep 09:53
Compare
Choose a tag to compare
  • Added meta info (file and parser) to the output

0.7.0

31 Mar 14:56
Compare
Choose a tag to compare

Correctly converting OpenOffice new lines.

0.6.3

21 Mar 16:14
Compare
Choose a tag to compare

Fix for default (non-localized) formats.

0.6.1

21 Mar 08:35
Compare
Choose a tag to compare

Using formulajs@1.0.7 for a fixed version of MID.

0.6.0

15 Feb 16:14
Compare
Choose a tag to compare

Added a rudimentary i18n of the cell formats.

0.5.2

08 Jan 13:48
Compare
Choose a tag to compare

Throw an error when the requested sheet does not exist.

0.5.1

29 Oct 15:37
Compare
Choose a tag to compare

Fix for absolute ranges in VLOOKUP.

0.5.0

27 Oct 15:34
Compare
Choose a tag to compare

Added support for VLOOKUP Excel function.