import { type WritingOptions } from "https://deno.land/x/lume@v1.17.5/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/