Skip to main content
Module

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

📗 SheetJS Community Edition -- Spreadsheet Data Toolkit
Extremely Popular
Latest
interface Sheet2CSVOpts
implements DateNFOption
import { type Sheet2CSVOpts } from "https://deno.land/x/sheetjs@v0.18.3/types/index.d.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