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
Trying to enter = like =sum(A1, A2) crashes the app:
=
=sum(A1, A2)
** (xyz.gelez.spreadsheet:9311): ERROR **: 09:13:13.803: Lexer.vala:46: Unexpected character at 0 Trace/breakpoint trap
No error occurs without =.
The text was updated successfully, but these errors were encountered:
Also trying to enter a word in quotes, e.g.: "hello" crashes the app.
"hello"
Sorry, something went wrong.
That's a scope of #12.
Successfully merging a pull request may close this issue.
Trying to enter
=
like=sum(A1, A2)
crashes the app:No error occurs without
=
.The text was updated successfully, but these errors were encountered: