Contains the options related to saving a workbook to a file or stream.

WorkbookSaveOptions

new WorkbookSaveOptions(): WorkbookSaveOptions

Returns WorkbookSaveOptions

Gets or sets the format in which to save the workbook: "base64", "string", "uint8array", "arraybuffer", "blob"

get type(): string

Returns string

set type(a: string): void

Parameters

  • a: string

Returns void

Inherited from: WorkbookOptionsBase

staticInit(): void

Returns void