Streaming .xlsx

Home Forums SpreadsheetML Streaming .xlsx

This topic contains 2 replies, has 3 voices, and was last updated by  Eric White 7 years, 11 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3399

    RDhanushkodi
    Participant

    How to stream large .xlsx file as it gets generated over web?

    #3408

    thejanusman
    Participant

    Hi,
    Did you figure out a solution for this? I am facing a similar issue.
    Thanks,
    Vimal

    #3410

    Eric White
    Keymaster

    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

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.