You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,17 @@
1
1
# Changelog
2
2
3
-
## 1.1.2
3
+
## 1.1.3
4
4
5
5
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.
6
6
7
+
* Added all formulas from EUSES and Enron datasets and tests to check if they all parse
8
+
* Made parser thread safe
9
+
* Fixed [#9](https://github.com/PerfectXL/XLParser/issues/9): some tokens which would not accept all unicode characters (like UDF) now do so
10
+
*`'Sheet1:Sheet5'` will now correctly parse as `MULTIPLESHEETS` instead of a single sheet
0 commit comments