You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blazor/datagrid/excel-export-options.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1809,9 +1809,8 @@ To merge two Excel memory streams and export the combined file as a single Excel
1809
1809
1810
1810
In this configuration, two memory streams are used:
1811
1811
1812
-
**streamDoc1:** Represents the default Grid export.
1813
-
**streamDoc2:** Represents a customized Grid export using [ExcelExportProperties](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.ExcelExportProperties.html).
1814
-
1812
+
-**streamDoc1:** Represents the default Grid export.
1813
+
-**streamDoc2:** Represents a customized Grid export using [ExcelExportProperties](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.ExcelExportProperties.html).
1815
1814
The merging process combines the contents of both streams into a single workbook, which is then exported as a memory stream and downloaded via JavaScript interop.

143
145
144
146
## Exporting with group caption template
145
147
@@ -254,7 +256,9 @@ public class OrderData
254
256
{% endhighlight %}
255
257
{% endtabs %}
256
258
257
-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rjVejJMmrqlNTnoQ?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Exporting with group caption template](./images/group-caption.gif)" %}
0 commit comments