Skip to content

Commit 0d47055

Browse files
ntachevadimodi
andauthored
chore(SpreadSheet): update sample (#2598)
* chore(SpreadSheet): update sample * Update components/spreadsheet/overview.md Co-authored-by: Dimo Dimov <[email protected]> --------- Co-authored-by: Dimo Dimov <[email protected]>
1 parent 63e7232 commit 0d47055

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/spreadsheet/overview.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ To use the Telerik Spreadsheet for Blazor:
3333
{
3434
SpreadsheetData = Convert.FromBase64String(SampleExcelFile);
3535
36+
// Or, load a file from your file system.
37+
// Specify the full File namespace or use namespace aliases
38+
// to avoid ambiguous reference with the Telerik SVG icon File.
39+
// FileData = System.IO.File.ReadAllBytes("C:\\Documents\\MyWorkbook.xlsx");
40+
3641
await base.OnInitializedAsync();
3742
}
3843

0 commit comments

Comments
 (0)