Skip to content

Commit a333cd0

Browse files
authored
chore(SpreadSheet): update sample
1 parent 63e7232 commit a333cd0

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+
// var path = "C:\\Documents\\MyWorkbook.xlsx";
38+
// Specify the File namespace to avoid ambiguous reference with the SVG icon "File"
39+
// FileData = System.IO.File.ReadAllBytes(path);
40+
3641
await base.OnInitializedAsync();
3742
}
3843

0 commit comments

Comments
 (0)