Releases: spreadsheetlab/XLParser
Releases · spreadsheetlab/XLParser
Version 1.7.2
- Fix: exception for parser references of special ranges (#184)
Version 1.7.1
- Fix: invalid parser reference for range with reference in function (#181)
- Support user defined functions in parser references (#182)
Version 1.7.0
- 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
- Fix: restrict row numbers in cell address (#167)
- Improve parser references, add parse tree node
Version 1.6.2
- 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
- Fix: missing rule in structured references grammar (#158)
- Improve intersection of table references (#160)
Version 1.6.0
- 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
- Improved parsing of external links with URLs (#137, #138, #140)
- Improved parsing of external links with network paths (#135, #142)
Version 1.5.1
- Support for multi range formulas (#98, #124)
- Fix: incorrect operator precedence
- Fix: MinLocation and MaxLocation of row/column references
Version 1.5.0
- 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)