Releases: spreadsheetlab/XLParser
Releases · spreadsheetlab/XLParser
Version 1.5.1
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)
Version 1.4.2
Version 1.4.1
XLParser 1.3.10
XLParser 1.3.9
- Fix problem with quoted sheet names starting with white space #87
XLParser 1.3.8
XLParser 1.3.7
- Added method for getting all references (to cells or ranges) included in formulas (thanks to aivaloglou)
- Fixed regression where the parse tree was used before testing if the parser was successful
- Updated Irony.NetCore from 1.0.10 to 1.0.11
XLParser 1.3.6
- Added sign assembly attributes and key file for strong named assemblies (thanks to greggbjensen)
- Fix the span position of the intersect operators (thanks to joerivv)