PhpSpreadsheet
PhpSpreadsheet copied to clipboard
A pure PHP library for reading and writing spreadsheet files
This is: ``` - [ ] a feature request ``` With PHPWord, there is a helper class for Template Processing [1]. This means you can enter things like ${MY_VAR} into...
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...
Handle "default" cases by creating an empty string table entry. I added these lines after observing that $sharedStrings was being indexed incorrectly with a test xlsx file. Adding these lines...
I am using Php spreadsheet to export data in excel Data is correctly exported but the last column width is not the same as previous columns. Below is the image...
This is: ``` - [x] a bug report ``` ### What is the expected behavior? Setting column dimension `setAutoSize(true)` should set approximate column width. ### What is the current behavior?...
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) ``` ### What...
This is: ``` - [x] 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) ``` ### What is...
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...
`insertNewRowBefore` and/or `removeRow`, does not update cell Reference in formula on other sheets
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...