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

Write = into a cell #37

Open
ream88 opened this issue Mar 27, 2014 · 1 comment
Open

Write = into a cell #37

ream88 opened this issue Mar 27, 2014 · 1 comment

Comments

@ream88
Copy link

ream88 commented Mar 27, 2014

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?

@cxn03651
Copy link
Owner

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
.

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

2 participants