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
Post a Comment