mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #236] Saving workbook without closing it. #192
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#192
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jun 14, 2019).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/236
Originally assigned to: @jmcnamara on GitHub.
Hey, Is there a possibility of adding a save function to save the workbook without closing it? I'd be happy to implement it if it's not already out there, is it even possible to implement?
@jmcnamara commented on GitHub (Jun 15, 2019):
For context, what is your use case for this feature.
Technically it is possible, it just involves creating and overwriting the xlsx file each time. However, I don't plan to add it since it wasn't part of the initial design and adding it now would require a lot of testing and would probably introduce a lot of edge cases/bugs.
Libxlsxwriter is a port of the Python module XlsxWriter which in turn is a port of the Perl module Excel::Writer::XLSX, all of which I wrote and maintain. So a new feature needs to be added to the Perl versions first, then to the Python version, and then to the C version. So unfortunately this is a "won't implement" for me.