Quantcast
Viewing all articles
Browse latest Browse all 1621

Commented Unassigned: How to stream .xlsx file back to client (browser) without first saving it to file system [12266]

Could you please show a code example for (creating and) streaming a .xlsx fiel back to the client.
I have it running for .xls and works perfect, but for .xlsx didn't get it working.

Nice component ! Keep up the good work !

Thanks.
Rishi
Comments: ** Comment from web user: tonyqus **

Keep the stream open is not a good practice. It is suggested that you save to file first and then read it back by HttpResponse.BinaryWrite(path)


Viewing all articles
Browse latest Browse all 1621

Trending Articles