aVadim483 / fast-excel-writer

Lightweight and very fast XLSX Excel Spreadsheet Writer in PHP
MIT License
142 stars 26 forks source link

Cannot use ColWidth with any forms #38

Closed gboule65 closed 9 months ago

gboule65 commented 9 months ago

Using setColWidth, or other forms for setting width, results in "sorry, your excel document is corrupted...", and the reparation proposed removes the width setting (repaired Part: part /xl/worksheets/sheet1.xml with XML error. Loading error. Line 2, column 0.. Ex : your demo file : demo-v4-03-widths-heights.php Office version tested : office 365 and Office 2016

gboule65 commented 9 months ago

OK, now is ok for static values, but same error with 'auto' value