Hi Dess,
I notice some documentation online is not updated for version 2016_3_913, I'm wondering when will the document be updated? When I try to export to excel using
"GridViewSpreadExport spreadExporter = new GridViewSpreadExport(this.radGridView1);
SpreadExportRenderer exportRenderer = new SpreadExportRenderer();
spreadExporter.RunExport("D:\\exportedFile.xlsx", exportRenderer);"
I got an error saying "An unhandled exception of type 'System.EntryPointNotFoundException' occurred in Telerik.WinControls.GridView.dll Additional information: Entry point was not found. ".
So I switch to another method by using "ExportToExcelML exporter = new ExportToExcelML(this.radGridView1);" However, ExportToExcelML cannot be found in TelerikData.dll, Telerik.WinControls.Data and Telerik.WinControls.UI.Export. Do you have any idea what library I can import to use ExportToExcelML class?
Thank you,
Regards,
Owen