🚀 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
🚀 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