Streaming .xlsx
- This topic has 2 replies, 3 voices, and was last updated 9 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › SpreadsheetML › Streaming .xlsx
Tagged: SpreadsheetML XLStreaming
Hi,
Did you figure out a solution for this? I am facing a similar issue.
Thanks,
Vimal
It is easy to create a huge file using a streaming approach.
Screen-cast: Using Open Xml and Linq-to-Xml in a streaming fashion to create huge spreadsheets
I imagine that one could start with this code and stream to the correct opened stream that you are using to download the file. You might have to use XmlWriter. I have never had occasion to write this code, so haven’t worked out the plumbing details.
Cheers, Eric