Skip to main content
Module

x/lume/deps/sheetjs.ts>Sheet2CSVOpts

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

Properties

optional
FS: string

Field Separator ("delimiter")

optional
RS: string

Record Separator ("row separator")

optional
strip: boolean

Remove trailing field separators in each record

optional
blankrows: boolean

Include blank lines in the CSV output

optional
skipHidden: boolean

Skip hidden rows and columns in the CSV output

optional
forceQuotes: boolean

Force quotes around fields

optional
rawNumbers: boolean

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