HI,
on the Exceed grid Live Explorer there is a sample app under Printing and Exporting called “Print and export grid” this has a “export to Excel” button, I can’t seem to find the example source code in my samples folders, does anyone have the code that is on the button for the export??
this only code I can find in the help files is:
ExcelExporter excelExporter1 = new ExcelExporter();
excelExporter1.Export(gridOnOrderLevels, @”c:\test\spreadsheet1.xml”);
Which is fine but I want the user to be able to select the save path of the file?
Thanks
Imported from legacy forums. Posted by ric (had 2313 views)