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

Composer can only update to version 0.37 when latest is 0.38

Hi all, Following the very first basic example, PHP 7.* it produce a readable file (*.xlsx) but on **PHP 5.3.10** (production env) it produce a non-readable file format (Excel shows...

Hi, I couldn't determine how to rotate text. I have a spreadsheet like I want it and looking at styles XML it has `` I've skimmed the source and can...

update for difficult structure [[0=>"first",2=>"third"],[1=>"second",3=>"forth"]]

Can we create several rows of headers?

Hello, When are you thinking to provide support for hyperlink function. Because when use =HYPERLINK function and export. It's working fine but when we import same file we need to...

Hi, An example to how to add border to a merged cells? Is possible? ` $writer = new XLSXWriter(); //new writer $sheet_name = 'sheets'; //sheetname $header = array("string","string","string","string","string","string"); // header-made...

https://github.com/mk-j/PHP_XLSXWriter/issues/124 To have different table with different format in same sheet

do you have any plans for adding support for Cell Hyperlinks? As all the openxml infrastructure is there it would be seem reasonably straight forward to add this useful capability.

Hello, this library is very good but have some important lacks, very, very, very easy to implement. First lack is that I can't find any documentation about this library, just...