Files
PhpSpreadsheet/tests/PhpSpreadsheetTests/Reader
oleibman 482fe6de64 Recognize 'Hidden' Attribute and Other Unsupported Options in Xml Spreadsheet (#3567)
* Recognize 'Hidden' Attribute in Xml Spreadsheet

Fix #3566; PhpSpreadsheet should now handle Hidden attribute for rows and columns in Xml spreadsheets. Also added the ability to load Xml spreadsheet from string rather than file, as can be done for Csv and Html.

* Add Support for Top Left Cell

Another missing piece.

* Font Bold/Italic

Was always setting to true rather than checking value for 0/1.

* Active Sheet Index

Had always been set to hard-coded 0. Read it from XML if available.

* Selected Cells

Get Selected Cells from XML when available.

* Worksheet Protection and Style Protection

Add support for those to Xml Reader.

* Column Spans

Not really an essential part of Excel, used in Xml to reduce file size.
2023-05-18 08:04:37 -07:00
..
2023-05-10 18:57:16 -07:00