excelFormulaUtilitiesJS
excelFormulaUtilitiesJS copied to clipboard
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 fu...
It would be useful to have this functionality as a VS Code extension or language.
I have the formula: ``` =IF(AB$5=$C$6,(1+$C$18)*(-$H$4-$H$5),IF(AND(AB$5>$C$6,AB$5
- Modified the way tests are called for cross platform testing - Added a 'build' package script for running gulp
This is an effort to remove the formula tokenizer and replace it with the one in excel-formula-tokenizer - As a consequence this fixes #83 and a test as added This...
The result was =SORT( $B$3:$F$20, { 2, 1 ARRAYROWSTOP) ARRAYSTOP), {- 1, 1 ARRAYROWSTOP) ARRAYSTOP) ) Is there a way to fix that issue?

Is there a way to make a contribution to Josh through Venmo or PayPal. I was needing to document a lot of Excel formulas and stumbled across his Online Excel...
Hi I think it would be great, if one could also fold indented parts of formula. This would be especially useful for text formulas, that mostly receive text as first...
Hi, I want to use the "formula.toJavaScript(formula)" but there are some excel functions like : ISBLANK or NOT that are not supported for js ( and cSharp). So first of...