Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/deps/sheetjs.ts>Table2SheetOpts

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

Properties

optional
raw: boolean

If true, plaintext parsing will not parse values

optional
sheetRows: number

If >0, read the first sheetRows rows

optional
display: boolean

If true, hidden rows and cells will not be parsed

optional
sheet: string

Override the worksheet name

optional
UTC: boolean

If true, interpret date strings as if they are UTC. By default, date strings are interpreted in the local timezone.