Hello friends,
I'm trying to Import excel sheet from Ultrawingrid. I do know that there is a excelexporter.export to export the Ultrawingrid to Excel but Don't know how to import. Please help me out.
Thanks,
AB
Hi AB,
There's no simple one-step way to import data from Excel into a WinGrid. There are too many factors to account for, like the number of weeksheets and the relationships between the data.
The Infragistics Excel engine has the ability to load an Excel file into memory. So you could load the Excel data into memory and then use that data to build a DataSource for the grid, such as an UltraDataSource or a DataTable.
Hi Mike,
It would be really helpful if you could share an example code of that.
AB.