Skip to content

Commit d78bef5

Browse files
1011162: Addressed Review Comments.
1 parent 14184fe commit d78bef5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Document-Processing/Excel/Spreadsheet/React/open-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 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" %}
@@ -536,4 +536,4 @@ Open helper functions are shipped in the Syncfusion.EJ2.Spreadsheet package, whi
536536
* Syncfusion.Compression.Base
537537
* Syncfusion.XlsIO.Base
538538
539-
And also refer [this](https://help.syncfusion.com/document-processing/excel/spreadsheet/asp-net-core/open-save#server-dependencies) for more information.
539+
And also refer [this](https://help.syncfusion.com/document-processing/excel/spreadsheet/asp-net-core/open-save#server-dependencies) for more information.

0 commit comments

Comments
 (0)