We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 '!'.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 '!'.
The text was updated successfully, but these errors were encountered: