标签: c# wpf telerik radgridview
如何将表格导出到特定的Excel工作表?
string file = this.radGridView.ToExcelML(objects, true); File.WriteAllText("F:\\test.xls", file);