mk-j / PHP_XLSXWriter

Lightweight XLSX Excel Spreadsheet Writer in PHP
MIT License
1.84k stars 665 forks source link

Format #304

Closed JarZem closed 1 year ago

JarZem commented 3 years ago

Hi

today I am generate xlsx over the example format but Excel from Office 365 family this file (downloaded 2 weeks before) do not open (Errof: file is damaged or have bad extension). But after change file to zip and open the file, its look good (there are three sheets).

And I am test separattely, if format is 'columnname' => '0' in the header, during the open file, Excel indicates that it has made a correction data in sheet.

Jaroslav Zeman