PhpSpreadsheet
PhpSpreadsheet copied to clipboard
A pure PHP library for reading and writing spreadsheet files
when I tried to import a sheet using the function: $this->worksheet->getConditionalStylesCollection(); the data inside of it was splitter by ranges but in reality there are two ranges belong to one...
This is: ``` - [x] a bug report ``` ### What is the expected behavior? Textboxes, Shapes etc should be visible after using merging of fields ### What is the...
Fix #4036. The issue was originally reported as #564 (and #811) and fixed for the most part, but this is a variation that was not covered by the original. Cells...
This is: ``` - [x] a bug report ``` I think the problem is similar to #564, but it happens under certain conditions, even in recent versions. This can be...
The way to Protect only a particular cell is not working. How do i lock a particular row or column
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) ``` ### What...
Fix #3982. A number of issues submitted about Xlsx read performance have a common theme, namely that row 1,048,576 and a few rows before it are defined in the worksheet...
am trying to insert the image into a cell, not hovering over pictures but there is no option to do that at the moment with the latest version am using
Xls Writer Conditional Border had been creating corrupt spreadsheets. This was mainly because a pack statement that should have specified `V` instead specified `v`. Even changing that, the logic was...
This is: - [ ] a bugfix - [ ] a new feature - [ ] refactoring - [ ] additional unit tests Checklist: - [ ] Changes are covered...
Fix #4039. Excel sometimes stores the location for a Conditional as, say, `B1:B10 C1:C10` rather than `B1:C10`. PhpSpreadsheet does not have a problem with this, but internally stores it as...