Skip to main content
Module

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

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

Properties

optional
header: "A" | number | string[]

Output format

optional
range: any

Override worksheet range

optional
blankrows: boolean

Include or omit blank lines in the output

optional
defval: any

Default value for null/undefined values

optional
raw: boolean

if true, return raw data; if false, return formatted text

optional
rawNumbers: boolean

if true, return raw numbers; if false, return formatted numbers