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'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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: