mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 22:02:06 -06:00
[GH-ISSUE #183] Cannot write to previous row if constant_memory mode is enabled. #148
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#148
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 @igorko on GitHub (May 25, 2018).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/183
If constant_memory mode is enabled then writing to row e.g. 0 will produce empty cell, if there was already writing to row e.g. 1.
@jmcnamara commented on GitHub (May 25, 2018):
That is the documented behavior: http://libxlsxwriter.github.io/working_with_memory.html
@igorko commented on GitHub (May 29, 2018):
Maybe it can be improved so flushing happens only after adding n-th row?
@jmcnamara commented on GitHub (May 29, 2018):
That is something that could be handled in the end-user application with some simple buffering.