PHP_XLSXWriter icon indicating copy to clipboard operation
PHP_XLSXWriter copied to clipboard

Lightweight XLSX Excel Spreadsheet Writer in PHP

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

Not sure if it's related to my php server running on windows or on a portable drive. Regardless in my server: unlink temp files fails when trying to unlink temp...

When **LC_ALL** is set to **fr_FR.utf8**, any time related formatting will fail (time, datetime, HH:MM:SS, ...). The Excel file is created but the date is not formatted.

numberformat

How to format cell row wise or cell range wise?

When try this way ` $writer->writeSheetRow('Sheet1', $info_row2); $writer->writeSheetHeader('Sheet1', $header, $col_options = ['widths'=>[5,28,40,12,5,5,5]]); ` writeSheetHeader didnt write, just vanish

For big amount of xlsCell call is this function very slow

Hi guys, i wrote an excel (xlsx) export and use this library. For imports, i will check the mime type of every uploaded file. But the mime-type check of this...

Using a style of : _-$*`` #,##0.00_-;-$* #,##0.00_-;_-$* "-"??_-;_-@_- gets converted in numberFormatStandardized to: _-\$*\ #,##0.00_-;-\$*\ #,##0.00_-;_-\$*\ "-"??_-;_-@_- and causes slashes to be visible in the cell. Changing line 811...

numberformat

These changes use a numeric value assigned to the auto_filter option as the starting row for the auto filter range. This allows for cases where there may be multiple heading...

I need to use R1C1 notation for a particular formula, but excel errors and removes the formula when the spreadsheet opens. Ive tried the simplest test I could and it...