forked from PHPOffice/PhpSpreadsheet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrote fix for preserving workbook attrs
In response to feedback, the fix for issue PHPOffice#523 has been completely rewritten. This fix preserves workbook view attributes when one reads and writes Xlsx documents. The old code did this by storing all workbook attributes in a single map. The new code stores each attribute as a separate property with its own gettor and settor methods.
- Loading branch information
Showing
4 changed files
with
363 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.