SheetXL - v0.3.20
    Preparing search index...

    Interface WorkbookHandle

    Used for results that want to return a workbook instance with a title.

    interface WorkbookHandle {
        formatType: FormatType;
        title: string;
        workbook: IWorkbook;
    }
    Index

    Properties

    formatType: FormatType

    The import type of import detected.

    title: string

    The title of the workbook, if available.

    This can be null if no title was provided or could not be determined.

    workbook: IWorkbook

    The workbook instance that was imported.