excel - String with accents with write_xlsx doesn't work with ruby 2 -


i'm trying use write_xlsx gem create excel document containing data in french.

i can't figure out how configure spreadsheet in order display strings containing accents (typically in utf-8). currently, if insert strings accents in cells, crashes whole document (excel file blank).

i've noticed writexlsx supports unicode can't find how enable it.

i know gem not popular has advantages enjoy. can me?

edit: important information: problem appears ruby 2.

i figured out problem: related rubyzip. creator of write_xlsx nicely updated gem fix.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -