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
=
I had a problem where a user submitted multiple = in a text field and exporting the data failed with
parse error on value "=" ("=") /home/ubuntu/.rbenv/versions/1.9.3-p392/lib/ruby/1.9.1/racc/parser.rb:351:in `on_error' (eval):3:in `_racc_do_parse_c' (eval):3:in `do_parse'
Is there any way to treat data always as string and skipping the formula parsing?
The text was updated successfully, but these errors were encountered:
use Worksheet#write_string() instead of write() method.
Is there any way to treat data always as string and skipping the formula parsing? Reply to this email directly or view it on GitHubhttps://github.com//issues/37 .
Reply to this email directly or view it on GitHubhttps://github.com//issues/37 .
Sorry, something went wrong.
No branches or pull requests
I had a problem where a user submitted multiple
=
in a text field and exporting the data failed withIs there any way to treat data always as string and skipping the formula parsing?
The text was updated successfully, but these errors were encountered: