Skip to content

Commit a0dfa6c

Browse files
committed
1011162: Resolved CI issues
1 parent 0ef8f69 commit a0dfa6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For a quick walkthrough on how the open functionality works, refer to the follow
2020

2121
In user interface you can open an Excel document by clicking `File > Open` menu item in ribbon.
2222

23-
The following sample shows the `Open` option by using the [`openUrl`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/index-default#openurl) property in the Spreadsheet control. You can also use the [`beforeOpen`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/index-default#beforeopen) event to customize or cancel the import action, which gets triggerred before opening an Excel file.
23+
The following sample shows the `Open` option by using the [`openUrl`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/index-default#openurl) property in the Spreadsheet control. You can also use the [`beforeOpen`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/index-default#beforeopen) event to customize or cancel the import action, which gets triggered before opening an Excel file.
2424

2525
{% tabs %}
2626
{% highlight js tabtitle="app.jsx" %}

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

Lines changed: 1 addition & 1 deletion
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" %}

0 commit comments

Comments
 (0)