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 **
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)