Streaming .xlsx

Home Forums SpreadsheetML Streaming .xlsx

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #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 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.