Creates a SheetXL workbook component and attaches it to a DOM element.
| InitializationOptions. The CSS selector of the DOM element to attach to (e.g., "#sheetxl").
Optional
props: StandaloneWorkbookPropsOptional properties to pass to the SheetXL React component.
A promise that resolves to a function that, when called, will detach the SheetXL React component from the DOM element.
Initializes the SheetXL runtime with the provided options.
The initialization options.
Interface for the SheetXL module that allows for simple javascript integration.