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.
Hi, I have include dist folder in my project and tried to use the concatenated file. But it seems like core.js file is appended after ExcelFormulaUtils.js. Because of that when i include dist/excel-formula.js.
it gives error
Uncaught TypeError: Cannot read property 'formatStr' of undefined
(anonymous function) @ excel-formula.js:19
(anonymous function) @ excel-formula.js:1191
Hi, I have include dist folder in my project and tried to use the concatenated file. But it seems like core.js file is appended after ExcelFormulaUtils.js. Because of that when i include dist/excel-formula.js. it gives error Uncaught TypeError: Cannot read property 'formatStr' of undefined (anonymous function) @ excel-formula.js:19 (anonymous function) @ excel-formula.js:1191
Seems like a build step issue.