Skip to content

Commit eeb60f2

Browse files
committed
1011162: Resolved the CI issues.
1 parent 3b9e55d commit eeb60f2

1 file changed

Lines changed: 1 addition & 1 deletion

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
@@ -129,7 +129,7 @@ You can achieve to access the remote Excel file by using the [`created`](https:/
129129
130130
### Open Excel files from Blob data
131131
132-
By default, the Spreadsheet component provides an option to browse files from the local file system and open them within the component. If you want to open an Excel file from blob data, you need to fetch the blob data from the server or another source and convert this blob data into a `File` object. Then, you can use the [open](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/#open) method in the Spreadsheet component to load that `File` object.
132+
By default, the Spreadsheet component provides an option to browse files from the local file system and open them within the component. If you want to open an Excel file from blob data, you need to fetch the blob data from the server or another source and convert this blob data into a `File` object. Then, you can use the [open](https://ej2.syncfusion.com/react/documentation/api/spreadsheet#open) method in the Spreadsheet component to load that `File` object.
133133
134134
Please find the code to fetch the blob data and load it into the Spreadsheet component below.
135135

0 commit comments

Comments
 (0)