Skip to content

Commit 8969b3b

Browse files
Update open-and-save.md
1 parent 4467502 commit 8969b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Document-Processing/Excel/Spreadsheet/Blazor/open-and-save.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Import the required namespaces at the top of the file:
104104

105105
**Step 3:** Download the Excel file, convert to bytes, and prepare for binding
106106

107-
Add the below code example to download the `Google Drive` file using the Drive API, convert the stream to a byte array, and bind it to the Spreadsheet's [DataSource](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.SfSpreadsheet.html#Syncfusion_Blazor_Spreadsheet_SfSpreadsheet_DataSource) property.
107+
Add the below code example to download the `Google Drive` file using the Drive API, convert the stream to a byte array, and bind it to the [DataSource](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.SfSpreadsheet.html#Syncfusion_Blazor_Spreadsheet_SfSpreadsheet_DataSource) property.
108108

109109
{% tabs %}
110110
{% highlight razor %}

0 commit comments

Comments
 (0)