randym / axlsx

xlsx generation with charts, images, automated column width, customizable styles and full schema validation. Axlsx excels at helping you generate beautiful Office Open XML Spreadsheet documents without having to understand the entire ECMA specification. Check out the README for some examples of how easy it is. Best of all, you can validate your xlsx file before serialization so you know for sure that anything generated is going to load on your client's machine.
MIT License
2.62k stars 696 forks source link

Weired underline error #625

Open teezz opened 5 years ago

teezz commented 5 years ago

Weired underline error

when I generate and open XLSX files with axlsx all text and numbers are underlined by default:

styles.push(@sheet.styles.add_style(:bg_color => cell["fill_color"], :fg_color=>cell["font_color"], :b=>cell["bold"], :i=>cell["italics"], :u=>false, Does anyone have a clue how to fix that?