SpreadsheetPropsPremium
Name | Type | Default | Description |
---|---|---|---|
className? |
|
Sets additional classes to the Spreadsheet. jsx
| |
defaultProps? |
|
Represents the default props of the Spreadsheet. jsx
| |
onChange? |
|
Triggered when a value in the Spreadsheet has been changed. jsx
| |
onChangeFormat? |
|
Triggered when the range format is changed from the UI. jsx
| |
onExcelExport? |
|
Fires when the user clicks the Export to Excel toolbar button. jsx
| |
onExcelImport? |
|
Fired when the user clicks the Open toolbar button. jsx
| |
onSelect? |
|
Triggered when the Spreadsheet selection is changed. jsx
| |
style? |
|
Specifies the styles that will be applied to the wrapping element. jsx
| |
toolbar? |
|
|
A Boolean value which indicates if the toolbar will be displayed. It also allows customizing the tabs' content. jsx
|