Streaming CSV #2902
Unanswered
markedwards
asked this question in
Q&A
Streaming CSV
#2902
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any workaround to write a CSV stream, similar to what's provided by
ExcelJS.stream.xlsx.WorkbookWriter()
? I need to stream a CSV response without loading the entire data into memory on the server.Happy for any workaround, but from what I can tell you have to have the entire in memory, and each call to the
workbook.csv
methods writes the entire file.Do I need to use a different lib just to handle CSV in this way?
Beta Was this translation helpful? Give feedback.
All reactions