Skip to content

Add addTable function to streaming XLSX writer #38

@bothness

Description

@bothness

🚀 Feature Proposal

Ability to create tables within worksheets in streaming mode via addTable function.

Motivation

Currently it is not possible to use the addTable function when creating workbooks in streaming mode. This means that it's not possible to create accessible tables within worksheets if they are created via the streaming XLSX writer. For my use case, this means that I can only create workbooks via the non-streaming interface, which can be very memory intensive for workbooks containing a lot of data/worksheets.

There is an issue/feature request for this issue on the main ExcelJS repo:
exceljs#1412

Example

There is a PR on the main ExcelJS repo that implements this feature, but it has not been merged:
exceljs#1885

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions