Skip to main content
Module

x/lume/deps/sheetjs.ts>CommonOptions

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface CommonOptions
import { type CommonOptions } from "https://deno.land/x/lume@v2.1.3/deps/sheetjs.ts";

Properties

optional
WTF: boolean

If true, throw errors when features are not understood

optional
bookVBA: boolean

When reading a file with VBA macros, expose CFB blob to vbaraw field When writing BIFF8/XLSB/XLSM, reseat vbaraw and export to file

optional
cellDates: boolean

When reading a file, store dates as type d (default is n) When writing XLSX/XLSM file, use native date (default uses date codes)

optional
sheetStubs: boolean

Create cell objects for stub cells

optional
cellStyles: boolean

When reading a file, save style/theme info to the .s field When writing a file, export style/theme info

optional
password: string

If defined and file is encrypted, use password