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

Beautify strips apostrophes #28

Closed DanielDarrenJones closed 9 years ago

DanielDarrenJones commented 9 years ago

Beautifier turns 'Data Sheet'!$D3 to DataSheet!$D3 breaking links to other sheets.

screen shot 2015-09-11 at 22 59 38
joshbtn commented 9 years ago

I'm working on this. I'm making some breaking changes to fix this so may take a few days as I get time. Thanks for the feedback!

joshbtn commented 9 years ago

@HorizonsoftDaniel This has been fixed. give it a try if you get a chance.

DanielDarrenJones commented 9 years ago

That looks like its got it! Great work :+1: