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
The theme stylesheet and script can be accessed from NuGet through [Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets). Include the stylesheet and script references in the `<head>` section of the **~/index.html** file.
197
+
The theme stylesheet and script can be accessed from NuGet through [Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets). Include the stylesheet reference in the <head> section and the script reference at the end of the <body> in the **~/index.html** file as shown below.
Copy file name to clipboardExpand all lines: Document-Processing/Excel/Spreadsheet/Blazor/overview.md
+27-16Lines changed: 27 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,22 +9,33 @@ documentation: ug
9
9
10
10
# Overview of the Blazor Spreadsheet Control
11
11
12
-
The Syncfusion Blazor Spreadsheet is a user-interactive component designed to organize and analyze data in a tabular format with configuration options for customization. It will load data by importing an Excel file or from local file paths and Base64 string data. The populated data can be exported as Excel files in `.xlsx` format.
12
+
The [Syncfusion® Blazor Spreadsheet](https://www.syncfusion.com/spreadsheet-editor-sdk/blazor-spreadsheet-editor) is a user-interactive component designed to organize and analyze data in a tabular format with configuration options for customization. It will load data by importing an Excel file or from local file paths and Base64 string data. The populated data can be exported as Excel files in XLSX format.
13
+
14
+

13
15
14
16
## Key features
15
17
16
-
*[**Editing**](editing): Provides the option to dynamically edit a cell with support for direct cell editing and formula bar editing capabilities.
17
-
*[**Selection**](selection): Provides comprehensive selection options including individual cells, rows, columns, and ranges with support for both mouse and keyboard interactions.
18
-
*[**Open and Save**](open-and-save): Provides the option to open Excel files (.xlsx and .xls formats) in Spreadsheet and save data as Excel files (.xlsx format) with support for Base64 string loading and local file operations.
19
-
*[**Clipboard**](clipboard): Provides comprehensive clipboard operations including cut, copy, and paste functionality with support for external clipboard data from applications like Excel and Google Sheets.
20
-
*[**Formulas**](formulas): Provides built-in calculation library with pre-defined formulas, named range support, and automatic/manual calculation modes.
21
-
*[**Cell formatting**](cell-range#cell-formatting): Provides extensive cell formatting options including font properties, colors, borders, alignment, and text styling to enhance data presentation.
22
-
*[**Sorting**](sorting): Helps arrange data in ascending or descending order with support for single-column sorting helps users quickly organize and find information.
23
-
*[**Filtering**](filtering): Helps view specific rows by hiding others with support for text, numbers, and date filters along with custom filter conditions.
24
-
*[**Hyperlink**](hyperlink): Provides the option to create navigational links to web URLs or cell references within the same sheet or across different sheets.
25
-
*[**Undo Redo**](undo-redo): Provides the option to perform undo and redo actions with a history that tracks up to 25 operations, allowing for quick corrections and revisions.
26
-
*[**Worksheet**](worksheet): Comprehensive worksheet management including inserting, deleting, renaming, hiding/unhiding, moving, and duplicating sheets.
27
-
*[**Protection**](protection): Provides sheet and workbook protection capabilities with password support, selective unlocking of ranges, and configurable permission settings.
28
-
*[**Context Menu**](contextmenu): Provides context-sensitive menus for cells, rows, and columns with operations like cut, copy, paste, insert, delete, sort, filter, and hyperlink management.
29
-
*[**Cell Range Management**](cell-range): Advanced cell range operations including auto-fill, wrap text, and clear operations for content, formats, and hyperlinks.
30
-
*[**Accessibility**](accessibility): Provides built-in accessibility support with keyboard navigation, ARIA attributes, and screen reader compatibility for enhanced usability.
18
+
*[Editing](editing): Familiar Excel-like experience for faster productivity with seamless in-cell and formula bar input
19
+
*[Selection](selection): Flexible selection of cells, rows, columns, and ranges using mouse and keyboard
20
+
*[Open and save](open-and-save): Seamless support for Excel files (.xlsx, .xls) with local and Base64 operations
21
+
*[Clipboard](clipboard): Powerful cut, copy, and paste with cross-platform compatibility (Excel, Google Sheets)
22
+
*[Formulas](formulas): Advanced calculation engine with built-in functions and named ranges
23
+
*[Cell formatting](cell-range#cell-formatting): Rich cell formatting options including fonts, colors, borders, alignment, and styling
24
+
*[Sorting](sorting): Efficient data sorting in ascending and descending order for quick organization
25
+
*[Filtering](filtering): Advanced filtering with support for text, numbers, dates, and custom condition
26
+
*[Hyperlink](hyperlink): Easy navigation across web URLs and worksheets
27
+
*[Undo Redo](undo-redo): Fast error correction with history tracking up to 25 actions
28
+
*[Worksheet management](worksheet): Complete worksheet management including insert, delete, rename, move, duplicate, and hide/unhide
29
+
*[Protection](protection): Robust workbook and sheet protection with password, permissions, and selective locking
30
+
*[Context Menu](contextmenu): Speed up workflows with instant access to key actions via smart menus
31
+
*[Cell range](cell-range): Boost efficiency with auto-fill, wrap text, and quick content clearing
32
+
*[Accessibility](accessibility): Built-in accessibility support including keyboard navigation, ARIA attributes, and screen reader
0 commit comments