joshbtn / excelFormulaUtilitiesJS

Based on ewbi's go calc excel formula parser http://ewbi.blogs.com/develops/popular/excelformulaparsing.html. 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

HTML tags cause glitches #58

Closed BevansDesign closed 7 years ago

BevansDesign commented 7 years ago

If I have any HTML tags in my formulas (between quotation marks, naturally), they're displayed as if they're part of the page source code. So, if I have a formula that says:

="<a href=#>test</a>

It will show up like:

test

joshbtn commented 7 years ago

Hi @BevansDesign,

I'll have a fix for this in the next release, thanks for the feedback!

joshbtn commented 7 years ago

Hi @BevansDesign,

This fix is in. Thanks again