joshbtn / excelFormulaUtilitiesJS

This library contains methods to beautify an excel formula. This library also contains functions to convert an excel formula to JavaScript (ECMAScript) or C# and python.
http://excelformulabeautifier.com/
Other
394 stars 101 forks source link

Replace tokenizer #97

Open jlaramie opened 2 years ago

jlaramie commented 2 years ago

This is an effort to remove the formula tokenizer and replace it with the one in excel-formula-tokenizer

This is not ready to go yet as their is still an open pull request on excel-formula-tokenizer https://github.com/psalaets/excel-formula-tokenizer/pull/7 to add the compatibility layer and fix an issue that was already fixed in the original tokenizer

jlaramie commented 2 years ago

excel-formula-tokenizer approved the pull request so I have updated this branch to use the 3.0 version which passes all tests of both packages

jlaramie commented 2 years ago

@joshbtn also I have not committed the build files in this but let me know if I should