excelFormulaUtilitiesJS icon indicating copy to clipboard operation
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...

Results 44 excelFormulaUtilitiesJS issues
Sort by recently updated
recently updated
newest added
trafficstars

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?

![image](https://user-images.githubusercontent.com/72164130/123316939-72a18580-d4fb-11eb-929b-b449b226c27c.png)

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...

Feature

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...

Would be nice if you could edit the formula while it is formatted

Feature