Skip to content

Streaming XLS writer #12

Description

@sagebind

Currently writing XLS files uses the workbook API, which keeps the entire file in memory. It would be nice to be able to stream rows to disk as they are written to keep memory low.

Ideally this would be done with the low-level BIFF records API, but the format for this is complex and not well documented.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions