Ebta Setiawan
Ebta Setiawan
You can see the example 08 from this library, for example ```php $writer->writeSheetRow($sheetName, array(101,'this text will wrap' ), $row_options = array('height'=>30,'wrap_text'=>true)); ```
If you mean append new row array into existing xlsx file, I think we can't do that with this library. This library is used to create excel from scratch with...
> Hi, php 7 i receive in log notice: > > PHP Notice: tempnam(): file created in the system's temporary directory in /var/www/______/www/vendor/mk-j/php_xlsxwriter/xlsxwriter.class.php on line 59 It seem that your...
Did you sure that there is no space (empty line) before `
Yes, I think there is empty space / blank line somewhere.. before call that code, I've already same problem before