PhpSpreadsheet/tests/PhpSpreadsheetTests/Functional
Bill Blume edb68ce05c
Support workbook view attributes for Xlsx format
Editing a Xlsx document using PhpSpreadsheet should preserve the workbook
view attributes of that document. For example, if the worksheet tabs are
hidden in the original document, they should remain hidden after updating.

Fixes #523
Fixes #525
2018-06-24 20:15:38 +09:00
..
AbstractFunctional.php Read printing area correctly when skipping some sheets 2018-02-25 19:40:11 +01:00
CommentsTest.php Fix Xlsx loaded an extra empty comment for each real comment 2018-05-26 11:19:12 +09:00
ConditionalStopIfTrueTest.php Adding option to stop at a conditional styling, if it matches 2018-01-07 22:45:51 +09:00
EnclosureTest.php Test classes must ends with `Test` 2018-01-02 00:53:28 +09:00
FreezePaneTest.php Properly set selected cells for frozen panes 2018-06-10 14:56:53 +09:00
HtmlCommentsTest.php Support for cell comments in HTML writer and reader 2018-01-07 21:51:48 +09:00
MergedCellsTest.php Test classes must ends with `Test` 2018-01-02 00:53:28 +09:00
PrintAreaTest.php Read printing area correctly when skipping some sheets 2018-02-25 19:40:11 +01:00
ReadFilterTest.php Xlsx reader do not read rows and columns filtered out in readFilter at all 2018-05-26 13:30:21 +09:00
TypeAttributePreservationTest.php Avoid losing calculated value type 2018-03-03 11:51:06 +01:00
WorkbookViewAttributesTest.php Support workbook view attributes for Xlsx format 2018-06-24 20:15:38 +09:00