XLParser 1.1.3
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 asMULTIPLESHEETS
instead of a single sheet