dhatim / fastexcel

Generate and read big Excel files quickly
Other
677 stars 122 forks source link

Streaming is not working #372

Open adrianzy opened 9 months ago

adrianzy commented 9 months ago

I used streamingresponsebody for the outputstream. Though called worksheet.flush(), download does not trigger till close().

meiMingle commented 5 months ago

There has been a lot of research into your use case, but the conclusion may not be what you expected, xlsx is not a good format for streaming.I think that's not the goal of this library either.Some related discussions: excel-streaming-reader/issues/103

aby-kuruvilla-clear commented 2 weeks ago

@meiMingle I have achieved streaming. When you call flush the data will be sent to the underlying stream.