Skip to content

XLParser 1.1.3

Compare
Choose a tag to compare
@dhoepelman dhoepelman released this 18 Aug 12:00
· 414 commits to master since this release

Reference implementation of the Excel grammar published in the upcoming paper "A Grammar for Spreadsheet Formulas Evaluated on Two Large Datasets" by E. Aivaloglou, D. Hoepelman and F. Hermans.

  • Added all formulas from EUSES and Enron datasets and tests to check if they all parse
  • Made parser thread safe
  • Fixed #9: some tokens which would not accept all unicode characters (like UDF) now do so
  • 'Sheet1:Sheet5' will now correctly parse as MULTIPLESHEETS instead of a single sheet