I am new to infragistics, i just want to know if its possible to edit and save an existing excel document using UltraWebGridExcelExporter, if not is there any way to do it.The Excel document will be in a remote server.This is a web application in asp.net 1.1.
Thanks in advance
Rakesh
Not with the UltraWebGridExcelExporter because that can only be used with the grid, but there is an entire Excel library that allows you do a bunch of things directly with Excel files. As an example, check this article out to learn about the API.
http://community.infragistics.com/aspnet/articles/webdatagrid-import-data-from-excel-amp-export-to-excel-pdf-or-xps.aspx
-Taz.