interface WritingOptions
implements CommonOptions
import { type WritingOptions } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/sheetjs.ts";
Options for write and writeFile
Properties
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/