Hi,
I would like add the ultrawebgrid export with UltraWebGridExcelExport in a excel template like this :
Workbook oTemplate = Infragistics.Excel.Workbook.Load("Template.xls");
ExcelDealExporter.Export(dealsBlotter, ws);
I have this error :
I don't understand why ...
Hi, could you please explain me how to call a workbook which is already created and has data in it (same as your template file).
I am dont know how to declare and import. Appreciate your help
You can use the Workbook.Load static method to load an existing workbook file. Then you can modify the data and save it out to the same or a different file name.