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

Exception with sheets with numerical names #148

Open
ccstinger opened this issue Jul 25, 2024 · 0 comments
Open

Exception with sheets with numerical names #148

ccstinger opened this issue Jul 25, 2024 · 0 comments

Comments

@ccstinger
Copy link

Have a spreadsheet with sheets that have numerical names, like 171, 172 etc. Program throws the following exception:

formulas.errors.FormulaError: ('Not a valid formula:\n%s', '=SUM(171!$B$2,172!$B$2,173!$B$2)')

This looks to be an issue with the "Number" filter in the Parser class. I'm assuming it's not looking to see if the number is followed by '!'.

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

No branches or pull requests

1 participant