SheetXL - v0.3.20
    Preparing search index...

    Type Alias WorkbookToHandler

    WorkbookToHandler: (
        workbook: IWorkbook,
        options?: Omit<WriteWorkbookOptions, "source">,
    ) => Promise<ArrayBufferLike>

    Export for writing to an array from an IWorkbook

    Type declaration

      • (
            workbook: IWorkbook,
            options?: Omit<WriteWorkbookOptions, "source">,
        ): Promise<ArrayBufferLike>
      • Parameters

        • workbook: IWorkbook

          The workbook instance to export.

        • Optionaloptions: Omit<WriteWorkbookOptions, "source">

          Optional options for saving the workbook, such as compression and whitespace formatting.

        Returns Promise<ArrayBufferLike>

        A promise that resolves to an array buffer representing the workbook