Telerik > RadGridView
ExportToExcelML method exports an image of an element to Excel file
ExportHierarchy property set if child rows should be exported
Example:
ExportToExcelML excelExporter =
new
ExportToExcelML(radGridView);
excelExporter.ExportHierarchy =
true
;
excelExporter.RunExport(filePath);