## 🚀 Stream writing should be possible in browser If you export large excel file in browser, it crashes on memory. Stream writing which is supported in NodeJS should be supported in browser. Required changes: - update node-compress-commons to use duck typing to identify Stream instead of "instanceof" Release: https://github.com/jiridudekusy/node-compress-commons/releases/tag/v2.1.1-browser - update archiver-utils to use duck typing to identify Stream instead of "instanceof" Release: https://github.com/jiridudekusy/archiver-utils/releases/tag/v2.1.0-browser - update exceljs to use Buffer.isBuffer instead of "instanceof" Release: https://github.com/jiridudekusy/exceljs/releases/tag/v3.8.2-stream-browser1
🚀 Stream writing should be possible in browser
If you export large excel file in browser, it crashes on memory. Stream writing which is supported in NodeJS should be supported in browser.
Required changes:
Release: https://github.com/jiridudekusy/node-compress-commons/releases/tag/v2.1.1-browser
Release: https://github.com/jiridudekusy/archiver-utils/releases/tag/v2.1.0-browser
Release: https://github.com/jiridudekusy/exceljs/releases/tag/v3.8.2-stream-browser1