We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e7232 commit 0d47055Copy full SHA for 0d47055
components/spreadsheet/overview.md
@@ -33,6 +33,11 @@ To use the Telerik Spreadsheet for Blazor:
33
{
34
SpreadsheetData = Convert.FromBase64String(SampleExcelFile);
35
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
+
41
await base.OnInitializedAsync();
42
}
43
0 commit comments