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

using data_validation for list with a value enclosed with " triggers Racc::ParseError #40

Open
vincentv-sp opened this issue Jul 15, 2014 · 0 comments

Comments

@vincentv-sp
Copy link

i'm trying to make a list data validation using this:

worksheet.data_validation(row, 0, row+50, 0,
{
:validate => 'list',
:source =>["a>b", "a<b", "a?b", "a*b", "?><", "'C", ""D""]
})

where one of the string is enclose with " and it gives me this error:

Racc::ParseError in MyController#write_to_excel
parse error on value "D" (error)

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