interface WritingOptions
implements CommonOptions
import { type WritingOptions } from "https://deno.land/x/lume@v2.4.1/deps/sheetjs.ts";
Options for write and writeFile
Properties
optional
bookType: BookTypeFile format of generated workbook
optional
Props: PropertiesOverride workbook properties on save
Desired codepage for legacy file formats
This requires encoding support to be loaded. It is automatically loaded
in xlsx.full.min.js
and in CommonJS / Extendscript, but an extra step
is required in React / Angular / Webpack / ESM deployments.
Check the relevant guide https://docs.sheetjs.com/docs/getting-started/
For single-sheet formats, export the specified worksheet.
The property must be a string (sheet name) or number (SheetNames
index).
If this option is omitted, the first worksheet will be exported.