Releases: spreadsheetlab/XLParser
Releases · spreadsheetlab/XLParser
Version 1.7.3
- 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
- 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