Skip to content

Commit ca050cc

Browse files
ES-976509 - Resolved the ReadMe changes in the sample repository
1 parent 2f1e26b commit ca050cc

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# How to export the multiple WPF DataGrid's (SfDataGrid's) into multiple worksheet in Excel?
1+
# How to Export the Multiple WPF DataGrid into Multiple Worksheet in Excel?
22

3-
## About the sample
3+
This sample illustrates how to export the data from multiple [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid) to different worksheets in a same excel workbook.
44

5-
This sample illustrates how to export the data from multiple SfDataGrid's to different worksheets in a same excel workbook.
6-
7-
You can export the data to Excel by using the `ExportToExcel` method in [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataGrid). You can also export the data from multiple SfDataGrid to different worksheets in a same workbook by passing the worksheet to which the data need to be exported as a parameter for the `ExportToExcel` method.
5+
You can export the data to Excel by using the `ExportToExcel` method in DataGrid. You can also export the data from multiple DataGrid to different worksheets in a same workbook by passing the worksheet to which the data need to be exported as a parameter for the `ExportToExcel` method.
86

97
```c#
108
using Syncfusion.UI.Xaml.Grid.Converter;
@@ -36,9 +34,4 @@ private static void OnExecuteExportToExcel(object sender, ExecutedRoutedEventArg
3634

3735
```
3836

39-
![Excel_Image](Excel_Image.png)
40-
41-
KB article - [How to export the multiple WPF DataGrid's (SfDataGrid's) into multiple worksheet in Excel?](https://www.syncfusion.com/kb/11725/how-to-export-the-multiple-wpf-datagrids-sfdatagrids-into-multiple-worksheet-in-excel)
42-
43-
## Requirements to run the demo
44-
Visual Studio 2015 and above versions
37+
![Exporting multiple DataGrid to multiple worksheets](ExportDataGridToMultipleWorksheet.png)

0 commit comments

Comments
 (0)