caxlsx / caxlsx_rails

A Rails plugin to provide templates for the axlsx gem
MIT License
742 stars 84 forks source link

Error when using asterisk #93

Closed fblupi closed 6 years ago

fblupi commented 6 years ago

When I add a row with a string that contains an asterisk:

sheet.add_row ["#{name}"], where name = ASDF**

I get an error in the controller

straydogstudio commented 6 years ago

What is the error stack trace?

fblupi commented 6 years ago

It just shows this image:

nqb1f
straydogstudio commented 6 years ago

What about in your logs? It should show something about the error in either your production or development log.

straydogstudio commented 6 years ago

@fblupi I'm going to close this for now. If you have new information open the issue again.