SpreadsheetComponent
Represents the Kendo UI Spreadsheet component for Angular.
Selector
kendo-spreadsheet
Export Name
Accessible in templates as #kendoSpreadsheetInstance="kendo-spreadsheet"
Inputs
Name | Type | Default | Description |
---|---|---|---|
activeSheet |
|
The name of the currently active sheet. Must match one of the sheet names. | |
columns |
|
|
The number of columns in the document. |
columnWidth |
|
|
The initial column width in pixels. |
defaultCellStyle |
|
The initial styles applies to the sheet cells. | |
excel |
|
Configures the Excel export settings of the Spreadsheet. | |
formulaListMaxHeight |
|
|
Sets the height of the formula list container.
Accepts same values as the CSS |
headerHeight |
|
|
The height of the header row in pixels. |
headerWidth |
|
|
The width of the header column in pixels. |
images |
|
An object containing any images used in the Spreadsheet. The keys should be image IDs (they are referenced by this ID in | |
menuItems |
|
The menu items configuration. | |
overflow |
|
|
Sets the overflow option of the built-in Toolbar components. |
rowHeight |
|
|
The initial row height in pixels. |
rows |
|
|
The number of rows in the document. |
sheets |
|
An array which defines the document sheets and their content. |
Events
Name | Type | Description |
---|---|---|
activeSheetChange |
|
Fired when the active sheet is about to change.
The event exposes the new active |
change |
|
Fired when a value in the Spreadsheet is changed. Exposes the |
excelExport |
|
Fired when the end user clicks the Export to Excel toolbar button.
The event is preventable and exposes the |
excelImport |
|
Fired when the end user clicks the Open toolbar button.
The event is preventable and exposes the selected |
formatChange |
|
Fired when the selected range format is changed from the UI. Exposes the |
selectionChange |
|
Fired when the selection is changed by the end user. Exposes the |