mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #245] Libxlsxwriter Roadmap #196
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#196
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 @jmcnamara on GitHub (Aug 31, 2019).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/245
Originally assigned to: @jmcnamara on GitHub.
See the XlsxWriter Roadmap.
@tritueviet commented on GitHub (Mar 2, 2024):
hello @jmcnamara i check the constant memory not working with merge range? can you support for this case?
@jmcnamara commented on GitHub (Mar 2, 2024):
The
worksheet_merge_range()function needs to write the all the cells in the merged range which is in conflict with the "constant memory" rule that it can only write one row at a time. So that is why merged ranges aren't supported in "constant memory" mode.While it could be supported technically (i.e., it would be possible) it would take a lot of effort and isn't currently a feature that is requested very often. So overall due to complexity, effort, and lack of requests it won't be supported in the future.
@tritueviet commented on GitHub (Mar 2, 2024):
Can you share some document, i will learn fast and help build this.
@jmcnamara commented on GitHub (Mar 6, 2024):
Could you open a new issue to discus that question. This is issue is for roadmap items.
@tritueviet commented on GitHub (Mar 12, 2024):
https://github.com/jmcnamara/libxlsxwriter/issues/435 I requested it here, thanks for supporting this feature as soon as possible.