mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-25 12:28:21 +00:00
edb68ce05c
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