excelFormulaUtilitiesJS
excelFormulaUtilitiesJS copied to clipboard
Error beautify formula: =SORT($B$3:$F$20,{2,1},{-1,1})
trafficstars
The result was =SORT( $B$3:$F$20, { 2, 1 ARRAYROWSTOP) ARRAYSTOP), {- 1, 1 ARRAYROWSTOP) ARRAYSTOP) )
Is there a way to fix that issue?
+1
I'm seeing the same issue. Any formula with array literal doesn't parse.
I'm working on converting this to use https://github.com/psalaets/excel-formula-tokenizer instead of the copied and modified source it currently uses.
This is the fork I'm working on currently which passes all tests but no longer maintains the source of the tokenizer. https://github.com/joshbtn/excelFormulaUtilitiesJS/pull/97
