PHP_XLSXWriter
PHP_XLSXWriter copied to clipboard
Lightweight XLSX Excel Spreadsheet Writer in PHP
This is NOT issue, but I don't know how to send you a message. You did such a beautiful work with this ❤❤❤ THANK YOU.
Hi, I've tried to use the same format as PHPExcel: `$writer->getActiveSheet()->setBreak( 'A15', PHPExcel_Worksheet::BREAK_ROW );` but then I realized there's no "getActiveSheet" neither "setBreak" code inside xlsxwriter.class.php. Is there any way...
Hi There, I want to hide specific column in xlsx. I tried this way `'hidden'=>[1,1,1,1,0,0,0,0]` in the writeSheetHeader and writeSheetRow. But it is hiding the entire row in the xlsx....
Hi, Is it possible to protect and lock cells using PHP_XLSX Writer ? Thanks
I'm creating a file and when I open that file in Excel appear a message error. "Excel could not open .xlsx. Do you want to open a repair this workbook?"...
This pull request adds the possiblity to set the tab ratio (e.g. `$writer->setTabRatio(800);`). Additionally, the default value is updated to match Excels default value. This closes https://github.com/mk-j/PHP_XLSXWriter/issues/181
How do I set a cell to wrap
how to append new row array
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...