Skip to content

Commit adeb6b2

Browse files
dimodiikoevska
andauthored
Update components/grid/export/excel.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent b8bc0c2 commit adeb6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/export/excel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ You can programmatically invoke the export feature of the Grid, by using the fol
132132

133133
| Method | Type | Description |
134134
| --- | --- | --- |
135-
| `SaveAsExcelFileAsync` | `ValueTask` | Sends the exported excel file to the browser for download. You can pass [`GridExcelExportOptions`](slug:Telerik.Blazor.Components.Grid.GridExcelExportOptions) to customize the export. |
135+
| `SaveAsExcelFileAsync` | `ValueTask` | Sends the exported Excel file to the browser for download. You can pass [`GridExcelExportOptions`](slug:Telerik.Blazor.Components.Grid.GridExcelExportOptions) to customize the export. |
136136
| `ExportToExcelAsync` | `Task<MemoryStream>` | Returns the exported data as a `MemoryStream`. The stream itself is finalized, so that the resource does not leak. To read and work with the stream, clone its available binary data to a new `MemoryStream` instance. You can pass [`GridExcelExportOptions`](slug:Telerik.Blazor.Components.Grid.GridExcelExportOptions) to customize the export. |
137137

138138
When exporting programmatically with a `GridExcelExportOptions` argument:

0 commit comments

Comments
 (0)