[GH-ISSUE #278] add ffflush operation #222

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

Originally created by @njliang on GitHub (Mar 25, 2020).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/278

Originally assigned to: @jmcnamara on GitHub.

there is no flush operation, so data may be lost due to exception.

Originally created by @njliang on GitHub (Mar 25, 2020). Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/278 Originally assigned to: @jmcnamara on GitHub. there is no flush operation, so data may be lost due to exception.
gitea-mirror 2026-05-05 11:58:45 -06:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@jmcnamara commented on GitHub (Mar 27, 2020):

there is no flush operation, so data may be lost due to exception.

Since an xlsx file is a collection of XML files in a Zip it isn't really possible to flush a semi-competed file. Unless I am missing something.

<!-- gh-comment-id:604884136 --> @jmcnamara commented on GitHub (Mar 27, 2020): > there is no flush operation, so data may be lost due to exception. Since an xlsx file is a collection of XML files in a Zip it isn't really possible to flush a semi-competed file. Unless I am missing something.
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#222
No description provided.