Skip to main content
Module

x/flat/mod.ts>xlsx.CommonOptions

A collection of postprocessing utilities for flat
Latest
interface xlsx.CommonOptions
import { type xlsx } from "https://deno.land/x/flat@0.0.15/mod.ts";
const { CommonOptions } = xlsx;

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