You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Ods writer doesn't support font styles like color, size, bold, italic, single underline, cell background.
Of course, this is a feature rather than a bug, but since I already implemented this on PHPExcel (see PR pending for PHPExcel PHPOffice/PHPExcel#785) I thought maybe I could port the PR here.
Also, since PhpSpreadsheet now has a working testing/CI environment, I'm writing a few unit tests for the Ods writer too.
I will reference the PR to this issue when it's ready