ASP.NET - I am generating an .XLS file, how do I stream it directly to visitors?
- by hamlin11
I am using a DLL to generate an Excel File.
Instead of saving the Excel file to disk, should it be possible me to stream it directly to the visitor?
Thanks