PhpSpreadsheet
PhpSpreadsheet copied to clipboard
A pure PHP library for reading and writing spreadsheet files
This is: ``` - [ ] a bugfix - [X] a new feature ``` Checklist: - [X] Changes are covered by unit tests - [X] Code style is respected -...
Hi! I'm getting a **Class '_ZipStream_\Option\Archive' not found** error, I have in fact installed the ZIP extension. This is actually working fine: var_dump(extension_loaded('zip')); ...this produces **bool(true)** The error gets procudes...
This is: ``` - [ ] a bug report - [X] a feature request - [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet) ``` ## Preparation...
- Loading a sample sheet which have comments, heading, background color using following \PhpOffice\PhpSpreadsheet\IOFactory::load("sample.xls"); - after adding some rows using setCellValueByColumnAndRow - Sheet saving with $writer->save('php://output'); with new changes but...
Does date validation works? I read on the [API](https://phpoffice.github.io/PhpSpreadsheet/classes/PhpOffice-PhpSpreadsheet-Cell-DataValidation.html) that there is a TYPE_DATE but don't know how to use it, but I already tried ```php $validation=$sheet->getCell('A3')->getDataValidation(); $validation->setType( \PhpOffice\PhpSpreadsheet\Cell\DataValidation::TYPE_DATE );...
This is: ``` - [ ] a bug report - [x ] 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 - [ ] a feature request - [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet) ```...
…IT) due to more permissive license This is: ``` - [x] a bugfix - [ ] a new feature ``` Checklist: - [x] Changes are covered by unit tests (they...
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 - [ X] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet) ``` It seems...