Skip to content

Streaming XLS writer #12

@sagebind

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions