Thank you for reporting that this is missing in our documentation. We will update it as soon as possible.
Please let me know if there is something else I can help you with.
Regards,
Dimitar
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
I am having trouble setting up my C# windows application to export from the RadGridView.
The demo indicates to declare the following:
ExportToExcelML excelExporter = new ExportToExcelML(this.radGridView1);
I did put in the following namespace:
using Telerik.WinControls.UI.Export;
I am using Visual Studio 2013. Visual Studio still shows ​ExportToExcelML as an unknown type.
I have tried what you suggested above but still shows as an unknown type.
Please help.
Sincerely,
Keith Jackson
0
Dimitar
Telerik team
answered on 25 Aug 2015, 12:30 PM
Hi Keith,
Thank you for writing.
The ExportToExcelML class is used in the old exporter which exports the data as XML. It is contained in the TelerikData assembly. The new spread export functionality is located in the TelerikExport assembly. Detailed information about it can be found here: Spread export.
Please let me know if there is something else I can help you with.
Regards,
Dimitar
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items