IWorkbook..::.SaveAs Method (String, HttpResponse, ExcelDownloadType)

hi,

Iworkbook class has a method to save the excel file. There are so many overloaded methods. One of them being
Dim wb as IWorkbook
wb.SaveAs Method (String, HttpResponse, ExcelDownloadType)
What are the other options for HttpResponse? One of them being "Response" as i can see from your code samples.
i.e wb.Saveas ("filename",Response,ExcelDownloadType.PromptDialog)

vidya


2 Replies

YG Yavanaarasi G Syncfusion Team August 14, 2008 05:17 AM UTC

Hi Vidhya,

Thank you for your interest in Syncfusion products.

The methods and properties of the HttpResponse class are exposed through the Response property. It encapsulates the response information from an ASP.NET operation. Hence the class only accessed through Response object.

Please refer the link below:
http://msdn.microsoft.com/en-us/library/system.web.httpresponse.aspx

Also you can save the workbook in streams, response and in disks. Below is the documentation link for the class reference:
http://www2.syncfusion.com/cref_63/-1-10-index.aspx

Please let me know if you have any other concerns.

Regards,
G.Yavana




ML Malathi Latha Puli October 22, 2010 10:13 AM UTC

Hi,

I was trying out with XLSIO for a web app, my requirement is somthing like, get some existing excel templates from sharepoint, edit it(prefil data using XLSIO component) and upload(save) back to another location in sharepoint.

My query is how can i save to sharepoint using SaveAs method?Coz am not editing/saving the document locally.

Thanks,


Loader.
Up arrow icon