Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
695
Exporting wingrid content to excel
posted

This sounds like a stupid question but this code is not working for me. No exception either. I've office 2007.

Infragistics.Excel.Workbook wb = new Infragistics.Excel.Workbook(Infragistics.Excel.WorkbookPaletteMode.StandardPalette);
ultraGridExcelExporter1.Export(this.ultraGrid1, wb, 0, 0);

I tried with  ultraGridExcelExporter1.Export(this.ultraGrid1) and it didnt work either.

Please let me know if I am missing anything.

Thanks
Sreekanth