Skip to content
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

Open
AhmedAbdelkhalek opened this issue Jul 18, 2020 · 3 comments · May be fixed by #97
Open

Error beautify formula: =SORT($B$3:$F$20,{2,1},{-1,1}) #83

AhmedAbdelkhalek opened this issue Jul 18, 2020 · 3 comments · May be fixed by #97

Comments

@AhmedAbdelkhalek
Copy link

The result was
=SORT(
$B$3:$F$20,
{ 2,
1
ARRAYROWSTOP)
ARRAYSTOP),
{- 1,
1
ARRAYROWSTOP)
ARRAYSTOP)
)

Is there a way to fix that issue?

@matepek
Copy link

matepek commented Dec 16, 2020

+1

@brainysmurf
Copy link
Contributor

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
jlaramie added a commit to jlaramie/excelFormulaUtilitiesJS that referenced this issue Jan 1, 2022
@jlaramie jlaramie linked a pull request Jan 1, 2022 that will close this issue
@jlaramie
Copy link

jlaramie commented 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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants