GM
Geetha M
Syncfusion Team
October 3, 2008 10:52 AM UTC
Hi Kristopher,
You can save the file in the server as below:
workbook.SaveAs(Server.MapPath("Sample.xls"))
But please make sure that if you save the file in a different folder, then you need set permission in order to access it from the client. You can then compress the files and use Page.Response or another aspx page to stream the output to the client.
Please let me know if you have any questions.
Regards,
Geetha