Skip to main content
Module

x/sheetjs/types/index.d.ts>CommonOptions

📗 SheetJS Community Edition -- Spreadsheet Data Toolkit
Extremely Popular
Latest
interface CommonOptions
import { type CommonOptions } from "https://deno.land/x/sheetjs@v0.18.3/types/index.d.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