Hi,
We use the netadvantage version 2009.1 for our web development. There is an UltraWebGridExcelExporter which is very easy for export excel file. But now we need to import some data from client excel file. like there is "fileupload" let user select client files, then get the content of the data. However, there is no such kind of excel importer in the control library. I think I had to use the Infragistics.Excel library to interpret the content by self.
Please let let me if there is a better choice for this, if it's not, please share me some examples on this.
thanks,
Eric
You can use the import method on the workbook object as described in the following link:
http://help.infragistics.com/NetAdvantage/ASPNET/2010.1/CLR3.5/?page=ExcelEngine_Read_an_Excel_File_Into_a_Workbook.html
You can then use the data in the workbook to populate a datatable or a dataset.
Magued
I am following up with you and if the issue on the forums post was resolved.