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

fix the scoping issue #50

Closed manihew closed 7 years ago

manihew commented 7 years ago

since key is a variable outside the scope of for loop, it is returning undefined all the time !!

joshbtn commented 7 years ago

Thanks manihew! Sorry been away from this for a while, I'll get this merged in and released soon.