SheetXL - v0.3.20
    Preparing search index...

    Interface InitializationOptions

    Options for the one-time initialization of the SheetXL library.

    interface InitializationOptions {
        dependencies?: Dependencies;
        error?: PanelConfig;
        licenseKey?: string;
        loading?: PanelConfig;
        selector?: string | HTMLElement;
    }
    Index

    Properties

    dependencies?: Dependencies

    By default, the runtime dependencies are resolved automatically but you can provide your own URLs or instances if needed.

    error?: PanelConfig

    Configuration for the error panel that appears if there is an error loading SheetXL.

    licenseKey?: string

    The string identifier for the SheetXL license key.

    https://my.sheetxl.com to generate a license key.

    loading?: PanelConfig

    Configuration for the loading panel that appears while SheetXL is loading.

    selector?: string | HTMLElement

    If provided, this will be used to attach the SheetXL React component or to provide a loading error panel.