Skip to content

Commit 6ba9f49

Browse files
ntachevadimodi
andauthored
Update components/spreadsheet/overview.md
Co-authored-by: Dimo Dimov <[email protected]>
1 parent a333cd0 commit 6ba9f49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/spreadsheet/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ 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);
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");
4040
4141
await base.OnInitializedAsync();
4242
}

0 commit comments

Comments
 (0)