Skip to main content
Module

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

📗 SheetJS Community Edition -- Spreadsheet Data Toolkit
Extremely Popular
Latest
interface WritingOptions
import { type WritingOptions } from "https://deno.land/x/sheetjs@v0.18.3/types/index.d.ts";

Options for write and writeFile

Properties

optional
type:
| "base64"
| "binary"
| "buffer"
| "file"
| "array"
| "string"

Output data encoding

optional
bookSST: boolean

Generate Shared String Table

optional
bookType: BookType

File format of generated workbook

optional
compression: boolean

Use ZIP compression for ZIP-based formats

optional
ignoreEC: boolean

Suppress "number stored as text" errors in generated files

optional
Props: Properties

Override workbook properties on save