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

Cannot parse some table header references #132

Closed
WillemJann opened this issue Dec 3, 2021 · 1 comment · Fixed by #153
Closed

Cannot parse some table header references #132

WillemJann opened this issue Dec 3, 2021 · 1 comment · Fixed by #153

Comments

@WillemJann
Copy link
Collaborator

The following formula with a reference to a table header can be parsed by XLParser:

=SUBTOTAL(103,[Column6])

However, the following formula does not parse:

=SUBTOTAL(103,[2021])

Obviously, this reference to a numeric table header is valid in Excel. XLParser should parse this formula.

@dcrasch
Copy link
Contributor

dcrasch commented Jun 14, 2022

Unqualified structured reference cell must be inside a table

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.

2 participants