You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that the Excel Library module is imported, next step is to load a workbook.
158
186
159
187
In the following code snippet, an external [ExcelUtility](excel-utility.md) class is used to save and load a <ApiLinktype="Workbook" />.
160
188
161
189
162
190
</PlatformBlock>
163
191
192
+
<PlatformBlockfor="Blazor">
193
+
194
+
Now that the Excel Library package is installed, next step is to load a workbook.
164
195
165
-
In order to load and save <ApiLinktype="Workbook" /> objects, you can utilize the save method of the actual <ApiLinktype="Workbook" /> object, as well as its static `Load` method.
196
+
</PlatformBlock>
197
+
198
+
In order to load and save <ApiLinktype="Workbook" /> objects, you can utilize the `Save` method of the actual <ApiLinktype="Workbook" /> object, as well as its static `Load` method.
0 commit comments