Optional
autofalse
Optional
autoAutofocus on load. If loading multiple workbooks or using an a secondary component this should be set to false.
false
Optional
commandsAdditional commands provided by application
Optional
contextAllow for customizations on context menu
Optional
createOptions to use when a new WorkbookModel is created.
This is ignored if the model is provided externally. The default behavior is to use the options from the current workbook if provided.
Optional
errorAllow for a custom error panel to be used for errors
ErrorPanel
Optional
forceIf dark theme then the images will invert unless true.
false
Optional
formulaAllow for customizations on FormulaBar
Optional
gridAllow you to specify a specific material ui theme for the grid
This is useful if you want to decorate the application with a single theme (such as dark mode). But render the main grid using a different theme (for example light mode).
the current Theme
Optional
importOptional
loadingAllow for customizations on loading panel
Optional
logoOptional
modelOptional
notifierConfigure the notifier to use for alerts
Optional
onNotify that there is a new map of commands
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
Optional
onCalled if the model changes
Optional
onNotify that there is a new repeatable command
Optional
onCall if the title changes
Optional
renderRender custom context menu
Optional
renderRender FormulaBar
Optional
renderRender custom loading panel
Optional
renderRender Sheet
Optional
renderPass in a custom toolbar
Optional
renderRender custom tabs
Optional
renderPass in a custom toolbar
Optional
sheetAllow for customizations on loading panel
Optional
show'workbook model but can be overridden'
Optional
showShow the horizontal scrollbar
Optional
showShows the statusbar
'workbook model but can be overridden'
Optional
showThis doesn't influence # of tabs just the visibility of the widget.
'workbook model but can be overridden'
Optional
showShow the vertical scrollbar
Optional
statusCustomizations for the status bar
Optional
sxMUI SX props
Optional
tabsAllow for customizations on tabs
Optional
themeStandalone workbook will inherit the theme unless this is explicitly set.
If this is set then there are two additional options that can be provided onForceModeChange(mode: ThemeMode); onForceLightGridChange(force: boolean); onForceLightImagesChange(force: boolean);
Optional
titleTitle to display.
If title is null then it is hidden but if it is '' then it is shown with placeholder
none
Optional
titleAdditional WorkbookTitle properties
If onTitleChange or title is provided then the prop versions are ignored
Optional
toolbarProps for the toolbar.
Optional
undoAllow for a custom undo manager
a new undo manager for each standaloneWorkbook
Will autofocus to the sheet.