PhpSpreadsheet
PhpSpreadsheet copied to clipboard
A pure PHP library for reading and writing spreadsheet files
## My code. ```php $write=IOFactory::createWriter($spreadsheet,"Xlsx"); $write->save("php://output"); ``` ## Specific errors are reported as follows ```php Fatal error: Uncaught TypeError: ZipStream\ZipStream::__construct(): Argument #1 ($operationMode) must be of type ZipStream\OperationMode, null given,...
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: ``` - [ ] a bug report - [x] a feature request - [x] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet) ``` A feature request...
In preparation for Release 3. This is: - [ ] a bugfix - [ ] a new feature - [x] refactoring - [ ] additional unit tests Checklist: - [x]...
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 a error: ``` composer require phpoffice/phpspreadsheet ./composer.json has been updated Running composer update phpoffice/phpspreadsheet Loading composer repositories with package information Updating dependencies Your requirements could not be resolved...
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) ``` ### New...
HI , i try to set culumn width , this is my code : ` $mySpreadsheet = new Spreadsheet(); //se presente cancello l'excel if(is_file((WRITEPATH . 'output.xlsx'))){ unlink((WRITEPATH . 'output.xlsx')); }...
This is: ``` - [x] a bug report - [ ] a feature request ``` ### What is the expected behavior? value in worksheet 'Condendes B' cell A1 is set...
Currently in the functionality there is only way to set validation per cell public function setDataValidation(string $cellCoordinate, ?DataValidation $dataValidation = null): static and the get also return the range as...