Optional
autoAutofocus on load. If loading multiple workbooks or using an a secondary component this should be set to false.
Optional
commandsAdditional commands provided by application.
Optional
contextAllow for customizations on the context menu.
Optional
createOptions to use when a new Workbook is created.
Optional
errorAllow for a custom error panel to be used for errors.
Optional
forceIf dark theme then the images will invert unless true.
Optional
formulaAllow for customizations on FormulaBar.
Optional
gridAllow you to specify a specific material ui theme for the grid.
Optional
headersAllow you to specify a specific material ui theme for the headers.
Optional
importDisable the import export options in the menu.
Optional
licenseSet the license key via a property
Optional
loadingAllow for customizations on loading panel.
Optional
logoCustom logo.
Optional
notifierConfigure the notifier to use for alerts.
Optional
onCallback for when the workbook is loaded. Useful for hiding/showing loading panels.
Optional
onCalled if the workbook model is a promise that fails to load.
The error
Optional
onHook to perform a action on new workbook
Optional
onNotify that there is a new repeatable command.
Optional
onCallback for title changes.
The new title.
Optional
onCalled if the IWorkbook
changes.
The workbook
Optional
renderRender custom context menu.
A React Element representing the ContextMenu.
Optional
renderRender custom filter menu.
A React Element representing the FilterMenu.
Optional
renderRender FormulaBar.
A React Element representing the FormulaBar.
Optional
renderRender custom loading panel.
A React Element representing the LoadingPane.
Optional
renderRender custom movable menu.
A React Element representing the MovableMenu.
Optional
renderRender custom ISheetElement.
A React Element representing the Sheet.
Optional
renderPass in a custom toolbar.
A React Element representing the StatusBar.
Optional
renderRender custom tabs.
A React Element representing the Tabs for the WorkbookStrip.
Optional
renderPass in a custom toolbar.
A React Element representing the Toolbar.
Optional
sheetAllow for customizations on loading panel.
Optional
showIndicate if the formulaBar should be showing.
Optional
showShow the horizontal scrollbar
Optional
showShows the statusbar.
Optional
showThis doesn't influence # of tabs just the visibility of the widget.
Optional
showShow the vertical scrollbar
Optional
statusCustomizations for the status bar
Optional
sxMUI SX props https://mui.com/system/getting-started/the-sx-prop/
Optional
tabsAllow for customizations on tabs.
Optional
themeStandalone workbook will inherit the theme unless this is explicitly set.
Optional
titleTitle to display.
Optional
titleAdditional WorkbookTitle properties.
Optional
toolbarProps for the toolbar.
Optional
undoAllow for a custom undo manager.
Optional
workbookThe model to use in the IWorkbookElement.
Properties for the StandaloneWorkbook component.