Skip to content

Releases: spreadsheetlab/XLParser

Version 1.7.5

Choose a tag to compare

@WillemJann WillemJann released this 13 Feb 17:18
  • Fix ignored start/end spaces in structured reference column name (#210)
  • Fix parse errors for structured references confused with filenames (#211)
  • Support quoted multiple sheet reference in parser references (#213)

Version 1.7.4

Choose a tag to compare

@WillemJann WillemJann released this 07 Jan 14:40
  • Fix structured reference confused for filename (#199)
  • Fix exclamation mark not recognized as unary operator (#203)
  • Fix unable to parse .xls extension in file path (#204)
  • Fix tilde in external workbook network path (#206)
  • Fixed issues related to external workbook url path (#207)

Version 1.7.3

Choose a tag to compare

@WillemJann WillemJann released this 02 Dec 15:54
  • Allow numbers that start with decimal point (#191, thanks to @kschelfthoutelement)
  • Fixed issues related to external workbook url path (#195)
  • Update packages to latest version (#196)

Version 1.7.2

Choose a tag to compare

@WillemJann WillemJann released this 19 Sep 14:33
  • Fix: exception for parser references of special ranges (#184)

Version 1.7.1

Choose a tag to compare

@WillemJann WillemJann released this 14 Sep 15:14
  • Fix: invalid parser reference for range with reference in function (#181)
  • Support user defined functions in parser references (#182)

Version 1.7.0

Choose a tag to compare

@WillemJann WillemJann released this 17 Aug 16:16
  • Target netstandard2.0 (#178, thanks to @Jonarw)
  • Fix: cannot parse table reference to whole row (#177)
  • Fix: cannot parse table reference followed by sheet reference (#179)

Version 1.6.3

Choose a tag to compare

@WillemJann WillemJann released this 19 Jan 15:00
  • Fix: restrict row numbers in cell address (#167)
  • Improve parser references, add parse tree node

Version 1.6.2

Choose a tag to compare

@WillemJann WillemJann released this 28 Nov 10:36
  • Performance improvement: add prefixes to regex terminals (#161, thanks to @jahav)
  • Performance improvement: new terminal for Excel functions (#163, thanks to @jahav)
  • Fix: can't parse cell-like named range (#165, thanks to @jahav)

Version 1.6.1

Choose a tag to compare

@WillemJann WillemJann released this 19 Aug 12:06
  • Fix: missing rule in structured references grammar (#158)
  • Improve intersection of table references (#160)

Version 1.6.0

Choose a tag to compare

@WillemJann WillemJann released this 05 Aug 12:11
  • Improved support for structured (table) references (#116, #132, #147)
  • Add table specifiers and table columns in parser reference
  • Fix: escape characters in external links (#136, #152)
  • Fix: large range incorrectly parsed (#154, #156)