-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error beautify formula: =SORT($B$3:$F$20,{2,1},{-1,1}) #83
Comments
+1 |
I'm seeing the same issue. Any formula with array literal doesn't parse. |
jlaramie
added a commit
to jlaramie/excelFormulaUtilitiesJS
that referenced
this issue
Jan 1, 2022
…nizer - Also fixes joshbtn#83
jlaramie
added a commit
to jlaramie/excelFormulaUtilitiesJS
that referenced
this issue
Jan 1, 2022
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. #97 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The result was
=SORT(
$B$3:$F$20,
{ 2,
1
ARRAYROWSTOP)
ARRAYSTOP),
{- 1,
1
ARRAYROWSTOP)
ARRAYSTOP)
)
Is there a way to fix that issue?
The text was updated successfully, but these errors were encountered: