Skip to main content
Module

x/flat/src/xlsx-types.ts>Sheet2CSVOpts

A collection of postprocessing utilities for flat
Go to Latest
interface Sheet2CSVOpts
implements DateNFOption
import { type Sheet2CSVOpts } from "https://deno.land/x/flat@0.0.13/src/xlsx-types.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