[GH-ISSUE #113] Feature request: possibility to create xslx file in memory #93

Closed
opened 2026-05-05 11:38:50 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @mileder on GitHub (Jul 25, 2017).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/113

Originally assigned to: @jmcnamara on GitHub.

the zlib allows operations only in memory. It would be great to have possibility to create the Excel file just in memory.

Originally created by @mileder on GitHub (Jul 25, 2017). Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/113 Originally assigned to: @jmcnamara on GitHub. the zlib allows operations only in memory. It would be great to have possibility to create the Excel file just in memory.
gitea-mirror 2026-05-05 11:38:50 -06:00
Author
Owner

@jmcnamara commented on GitHub (Jul 25, 2017):

It is a good idea and the Perl and Python versions of the library support it.

However, the internal plumbing of libxlsxwriter is based on FILE* pointers and functions so converting it over would be a bit messy. It is the sort of thing that would be more easily done in C++.

So unfortunately it is a "won't fix" for now.

<!-- gh-comment-id:317783736 --> @jmcnamara commented on GitHub (Jul 25, 2017): It is a good idea and the Perl and Python versions of the library support it. However, the internal plumbing of libxlsxwriter is based on `FILE*` pointers and functions so converting it over would be a bit messy. It is the sort of thing that would be more easily done in C++. So unfortunately it is a "won't fix" for now.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/libxlsxwriter#93
No description provided.