PHP_XLSXWriter
PHP_XLSXWriter copied to clipboard
Lightweight XLSX Excel Spreadsheet Writer in PHP
i'm using in IIS with PHP Version 5.2.8 and file generated not open in correct format.
Example A1 -> #,##0.00 A2 -> 0
How to set multiple border-style on 1 cell? Example: border-right: medium, border-bottom: dashed Thanks you!!!!
how to set showGridlines = false
Hey, this framework is awesome! How can I grow up the cell ? A2 is bigger than the cell ``` $writer->writeSheetHeader('Sheet1', $header, $styles2, $col_options = ['widths'=>[50,20,30,40,50,60], 'suppress_row'=> 1] ); doesn't...
Added Support for adding Hyperlinks to the Cells using a separate array to be passed when `writeSheet()` is called. You can see example for more details.
Hi, i tryed to Create this kind of Excel Sheed FB | Anzahl 1 | 5 2 | 7 _________________ Summe 12 If i try to use the Header Funktion...
Hi, Is there any option that allows me to specify the style for a specific word in the string of cell Like this _italic_ with some **bold** text ?
Fixes #324
Please see error below: ``` Severity: 8192 Message: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated Filename: php_xlsxwriter/xlsxwriter.class.php Line Number: 760 ``` Adding ternary to line...