Skip to content

Commit 14184fe

Browse files
1011162: Corrected spelling error.
1 parent 0ef8f69 commit 14184fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Document-Processing/Excel/Spreadsheet/React/save-excel-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For a quick walkthrough on how the save functionality works, refer to the follow
2020

2121
In user interface, you can save Spreadsheet data as Excel document by clicking `File > Save As` menu item in ribbon.
2222

23-
The following sample shows the `Save` option by using the [`saveUrl`](https://ej2.syncfusion.com/documentation/api/spreadsheet/index-default#saveurl) property in the Spreadsheet control. You can also use the [`beforeSave`](https://ej2.syncfusion.com/documentation/api/spreadsheet/index-default#beforesave) event to customize or cancel the save action which gets triggerred before saving the Spreadsheet as an Excel file.
23+
The following sample shows the `Save` option by using the [`saveUrl`](https://ej2.syncfusion.com/documentation/api/spreadsheet/index-default#saveurl) property in the Spreadsheet control. You can also use the [`beforeSave`](https://ej2.syncfusion.com/documentation/api/spreadsheet/index-default#beforesave) event to customize or cancel the save action which gets triggered before saving the Spreadsheet as an Excel file.
2424

2525
{% tabs %}
2626
{% highlight ts tabtitle="index.ts" %}
@@ -444,4 +444,4 @@ The following dependencies are required for Spreadsheet save operations:
444444
* Syncfusion.EJ2
445445
* Syncfusion.EJ2.Spreadsheet
446446
* Syncfusion.Compression.Base
447-
* Syncfusion.XlsIO.Base
447+
* Syncfusion.XlsIO.Base

0 commit comments

Comments
 (0)