Streamig writer
Hi! Whether to stream write to a file or write to a WritableStream?
Thanks for your issue. Because the limitation about browser writes local disk files, there is no stream mode function provided in the Web Assembly ports version of the library.
Thanks for your issue. Because the limitation about browser writes local disk files, there is no stream mode function provided in the Web Assembly ports version of the library.
希望可以对 在 node 环境下 运行 进行 stream 的支持。
Thanks for your issue. Because the limitation about browser writes local disk files, there is no stream mode function provided in the Web Assembly ports version of the library.
希望可以对 在 node 环境下 运行 进行 stream 的支持。
Stream is supported both in the web environment and in the node.js https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream
Thanks for your issue. Because the limitation about browser writes local disk files, there is no stream mode function provided in the Web Assembly ports version of the library.
希望可以对 在 node 环境下 运行 进行 stream 的支持。
Stream is supported both in the web environment and in the node.js https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream
I mean, I hope this repo can support WritableStream when App it is Node App.
@xuri whenever you can, don't you mind describing a bit why this is not possible? I have been recently using the library and it's amazing, maybe I or any other user could help you with this. Thanks!
What if instead of building the entire workbook in memory and then calling WriteToBuffer() (which causes memory spikes), We're able to use StreamWriter with an in-memory buffer to write incrementally.
The streaming API doesn't need disk access - it just needs to write to an in-memory buffer that can be exposed to JavaScript.