GM
Geetha M
Syncfusion Team
May 14, 2009 09:41 AM UTC
Hi Karthikeyan,
Thank you for your interest in Syncfusion products.
You can save the file as stream as mentioned in the code snippet given below:
Stream stream = new FileStream(@"sample.xls", FileMode.OpenOrCreate);
workbook.SaveAs(stream);
Please try this and let me know if you have any questions.
Regards,
Geetha