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

[BUG] JS on the website doesn't seem to be working for internet explorer 11 #60

Closed akg518 closed 7 years ago

akg518 commented 7 years ago

Hitting some JavaScript error, no output is being generated for any formulas I type.

Error message below:

SCRIPT438: Object doesn't support property or method 'parseInt' File: beautifier.min.js, Line: 1, Column: 1488

joshbtn commented 7 years ago

Thanks for the feedback. I'll have a fix for this in the next release.

joshbtn commented 7 years ago

I found the problem and pushed the fix.

joshbtn commented 7 years ago

Looks lie there's still an issue, re-opening. Being a mac/linux user makes testing hard.