Skip to content

Releases: spreadsheetlab/XLParser

Version 1.7.2

19 Sep 14:33
Compare
Choose a tag to compare
  • Fix: exception for parser references of special ranges (#184)

Version 1.7.1

14 Sep 15:14
Compare
Choose a tag to compare
  • Fix: invalid parser reference for range with reference in function (#181)
  • Support user defined functions in parser references (#182)

Version 1.7.0

17 Aug 16:16
Compare
Choose a tag to compare
  • 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

19 Jan 15:00
Compare
Choose a tag to compare
  • Fix: restrict row numbers in cell address (#167)
  • Improve parser references, add parse tree node

Version 1.6.2

28 Nov 10:36
Compare
Choose a tag to compare
  • 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

19 Aug 12:06
Compare
Choose a tag to compare
  • Fix: missing rule in structured references grammar (#158)
  • Improve intersection of table references (#160)

Version 1.6.0

05 Aug 12:11
Compare
Choose a tag to compare
  • 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)

Version 1.5.2

20 May 08:52
Compare
Choose a tag to compare
  • Improved parsing of external links with URLs (#137, #138, #140)
  • Improved parsing of external links with network paths (#135, #142)

Version 1.5.1

06 Jan 14:04
Compare
Choose a tag to compare
  • Support for multi range formulas (#98, #124)
  • Fix: incorrect operator precedence
  • Fix: MinLocation and MaxLocation of row/column references

Version 1.5.0

30 Nov 14:50
Compare
Choose a tag to compare
  • Support for implicit intersection operator, spill range operator, spill error (#113, thanks to @drmason789)
  • Accept references to file paths with URL (#114, thanks to @joerivv)
  • Include dynamic array and spill functions (#120, thanks to @drmason789)
  • Include some new Office 365 functions
  • Remove some invalid Excel functions
  • Fix invalid MinLocation and MaxLocation of row and column references (#123)
  • Add #GETTING_DATA error token (#125, thanks to @PleasantSolutionsDev2)
  • Fix incorrect whitespace in Print method (#128, thanks @terryaney)