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

Allow copying of | char #86

Open Ronsss opened 4 years ago

Ronsss commented 4 years ago

I understand that the "|" indicator you use to match parenthesis levels is non functional, would corrupt the formula. But I would like an option to include it in the copy as it would be helpful for documentation and education.