SheetXL - v0.3.20
    Preparing search index...

    When adding a shared source there are a number of ways to create it Either from a base64 string, a buffer, a fetch, or a custom resolve function.

    interface AddOptions {
        base64?: string | Promise<string>;
        name?: string;
        type?: string;
    }
    Index

    Properties

    Properties

    base64?: string | Promise<string>

    An encoding for the resource. One and only of these should be provided

    name?: string

    The name of the resource. This is optional and purely for human consumption and is not used by the system.

    type?: string

    Type type of the resource.

    This must be a known type