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

Wrong order in concatenated dist file. #33

Closed ghost closed 8 years ago

ghost commented 8 years ago

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.

joshbtn commented 8 years ago

Thanks again @singhamrinder , got a fix coming up shortly.

joshbtn commented 8 years ago

the npm, package has been update.