PhpSpreadsheet icon indicating copy to clipboard operation
PhpSpreadsheet copied to clipboard

A pure PHP library for reading and writing spreadsheet files

Results 318 PhpSpreadsheet issues
Sort by recently updated
recently updated
newest added

This is: ``` - [ ] a bug report - [ ] a feature request - [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet) ``` ###...

### Which versions of PhpSpreadsheet and PHP are affected? 1.28 \ 7.4 hello, how can i save the pdf file ? I use your code but it doesn't work for...

This is: ``` - [x] a bug report - [ ] a feature request - [x] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet) ``` ### What is...

This is: ``` - [ ] a bug report - [ ] a feature request - [X] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet) - [X] A...

This is: ``` - [x] a bug report - [ ] a feature request - [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet) ``` ### What...

This is: ``` - [ x] a bug report - [ ] a feature request - [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet) ``` ###...

This is: ``` - [X] a bug report ``` ### What is the expected behavior? `namedRangeToArray()` function shoud calculate formula ### What is the current behavior? `namedRangeToArray()` does not calculate...

This is: - [x] a documentation error report ### What is the expected behavior? Easy to understand which version of PHP will be supported. The "will support that version" has...

$sheet->setDataValidation($r_cell_address, (new \PhpOffice\PhpSpreadsheet\Cell\DataValidation()) ->setType(\PhpOffice\PhpSpreadsheet\Cell\ DataValidation::TYPE_LIST) ->setErrorStyle(\PhpOffice\PhpSpreadsheet\Cell\ DataValidation::STYLE_INFORMATION) ->setAllowBlank(false)->setShowInputMessage(true)-> setShowErrorMessage(true)->setShowDropDown(true) ->setErrorTitle('Input error')->setError('Value is not in list.') ->setPromptTitle('Pick from list')->setPrompt('Please pick a value from the drop-down list.') ->setFormula1('"Entry Level,Leadership"') ); i can't...

This is: ``` - [X] a feature request ``` ### What is the expected behavior? Locale support for formatting numbers and dates like in Excel. ### What is the current...