PHP_XLSXWriter icon indicating copy to clipboard operation
PHP_XLSXWriter copied to clipboard

Lightweight XLSX Excel Spreadsheet Writer in PHP

Results 128 PHP_XLSXWriter issues
Sort by recently updated
recently updated
newest added

Directly on the `README.md`/ Repo index page: > **About** Lightwight XLSX Excel Spreadsheet Writer in PHP Lightwight > Lightweight

This PR adds a new `writeSheetRowWithColTypes` method used to set or override column types while writing row data. The original column types defined by `writeSheetHeader` are retained so that the...

Warning: ZipArchive::close(): Read error: No such file or directory in D:\html\app\xxxx\report\xlsxwriter.class.php on line 122 Warning: readfile(C:\Windows\Temp\xls4D11.tmp): failed to open stream: No such file or directory in D:\html\app\xxxx\report\xlsxwriter.class.php on line 76...

Many thanks for this code. I have some quite strict error checking in place, and I am getting a deprecation warning in PHP 8.2 that I don't get in earlier...

When I open a file created with XLSXWriter in Numbers on macOS, I get a warning on the header fields that states: > The data format couldn't be imported >...

I found `$writer->writeSheetHeader('Sheet1', $header, $col_options = ['widths'=>[10,20,30,40]] );` which worked as expected but when i try `$writer->writeSheetHeader('Sheet1', $header, $col_options = ['widths'=>[null,null,null,40]] );` only the last col is displayed. Adding a...

Excel spits this error out: ``` error306120_01.xmlErrors were detected in file 'C:\filepath\filename.xlsx'Repaired Records: Cell information from /xl/worksheets/sheet1.xml part ``` In version 2309. I have OSX and can open it in...

Using ex02-formats.php the last 2 Dates columns were not presented as expexted in Excel 365 for Mac (16.71) ![image](https://github.com/mk-j/PHP_XLSXWriter/assets/64653567/bfa4f8d5-1e76-4888-935b-9ea88f962a6b) The value in those cells is : -693625,00001157 Opening the file...

i tried this,not work `$writer->writeSheetRow($sheet, "Red ContentsBlack Contents")`