Skip to content

Commit 2951849

Browse files
Resolved the changes issue
1 parent fd7ab48 commit 2951849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Document-Processing/Excel/Spreadsheet/Blazor/open-and-save.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To load Excel files programmatically, they can be converted into byte arrays. Th
4848
{% endtabs %}
4949

5050
### Open an Excel file from a Base64 string
51-
You can load an Excel file encoded as a Base64 string by converting it to a byte array and then into a stream. This approach is effective when retrieving file data from a database or API.
51+
An Excel file encoded as a Base64 string can be loaded into the Spreadsheet component by converting the string into a byte array and then into a stream. This method is effective when retrieving file data from a database or an API.
5252

5353
{% tabs %}
5454
{% highlight razor tabtitle="Index.razor" %}
@@ -96,4 +96,4 @@ The Spreadsheet component supports saving files in the Microsoft Excel (.xlsx) f
9696
## New
9797
To create a new, blank workbook through the UI, select **File > New** from the **Ribbon**. This action initializes a blank spreadsheet component, ready for data entry or formatting. If unsaved changes are present, a confirmation dialog will appear, indicating that these changes will be lost. The dialog presents options to proceed with creating the new workbook by selecting **OK**, or to cancel the operation by selecting **Cancel**.
9898

99-
![UI showing file menu with new option](./images/file-new-feature.png)
99+
![UI showing file menu with new option](./images/file-new-feature.png)

0 commit comments

Comments
 (0)