forked from MathNya/umya-spreadsheet
-
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.
refactor(writer/xlsx): simplify make_buffer function and improve work…
…sheet processing - Reorganized the `make_buffer` function for better readability and maintainability. - Replaced manual iteration with `try_for_each` for processing worksheets. - Consolidated worksheet processing logic to handle both deserialized and raw data more cleanly. - Improved comments for clarity on each processing step. - Streamlined the addition of various worksheet components (charts, drawings, comments, etc.). - Ensured proper handling of printer settings and other worksheet relationships.
- Loading branch information
Showing
2 changed files
with
89 additions
and
106 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