Contains the options related to saving a workbook to a file or stream.
Constructors
Section titled "Constructors"WorkbookSaveOptions
new WorkbookSaveOptions(): WorkbookSaveOptions Returns WorkbookSaveOptions
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"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
Methods
Section titled "Methods"staticInit
Section titled "staticInit"Inherited from: WorkbookOptionsBase
staticInit(): void