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.
When writing a formula, we are sometimes inconsistent,
occasionally using lower case, eg. =if()
occasionally using upper case, eg. =IF()
Suggestion:
Add to the Excel Formula Beautifier an option to identify the formulas and put them in capital letters when they are not (or the reverse)
I would also suggest making this option default to all caps, as formulas in capital letters are more beautiful and it also makes the content more readable
When writing a formula, we are sometimes inconsistent,
Suggestion: