SpreadsheetProps
Definition
Package:@progress/kendo-react-spreadsheet
Properties
className?
string
Sets additional classes to the Spreadsheet.
Represents the default props of the Spreadsheet.
onChange?
(event: SpreadsheetChangeEvent) => void
Triggered when a value in the Spreadsheet has been changed.
onChangeFormat?
(event: SpreadsheetChangeEvent) => void
Triggered when the range format is changed from the UI.
onExcelExport?
(event: SpreadsheetExcelExportEvent) => void
Fires when the user clicks the Export to Excel toolbar button.
onExcelImport?
(event: SpreadsheetExcelImportEvent) => void
Fired when the user clicks the Open toolbar button.
onSelect?
(event: SpreadsheetSelectEvent) => void
Triggered when the Spreadsheet selection is changed.
style?
CSSProperties
Specifies the styles that will be applied to the wrapping element.
toolbar?
boolean | SpreadsheetTab[]
A Boolean value which indicates if the toolbar will be displayed. It also allows customizing the tabs' content.
true
webMcp?
boolean | WebMcpProps
Enables browser-native AI agent tools via Web MCP (Chrome 146+).
Pass true for defaults or an object for fine-grained control.
AI agents are multilingual — dataName accepts any language.