mk-j / PHP_XLSXWriter

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

Problem with row options on Excel 2007 #308

Closed fulgurio closed 3 years ago

fulgurio commented 3 years ago

boolean value is not converted as string, so for "false" value, you ve got an empty attribute (collapsed=""), not the collapsed="false"

Fix can be writed differently, as you prefer

It should fix #255 and #304