Skip to content

Commit 76f6029

Browse files
committed
1011997: Need to include new UG section for open-save file from Google Drive
1 parent 20c5c7a commit 76f6029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Document-Processing/Excel/Spreadsheet/React/Open-Excel-File/from-google-drive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ N> You can also refer to this [GitHub](https://github.com/SyncfusionExamples/syn
151151

152152
N> Replace the **credential path**, **folderId** and **application name** in json file with your actual Google drive folder ID , your name for your application and the path for the JSON file.
153153

154-
**Step 4:** Modify the index File in the Spreadsheet sample to make a fetch call to the server to retrieve and load the Excel file from the Google Drive into the client-side spreadsheet.
154+
**Step 4:** Modify the index File in the Spreadsheet sample to make a fetch call to the server to retrieve and process the Excel file from the Google Drive and load the JSON result into the client-side spreadsheet using the [openFromJson](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/index-default#openfromjson) method.
155155

156156
```typescript
157157
<button className="e-btn" onClick={openFromGoogleDrive} style={{ marginLeft: '10px' }}>

0 commit comments

Comments
 (0)