@sheetkit/node / ToCsvOptions
Interface: ToCsvOptions
Defined in: index.ts:150
Properties
delimiter?
optionaldelimiter:string
Defined in: index.ts:152
Field delimiter. Default: ","
escapeFormulas?
optionalescapeFormulas:boolean
Defined in: index.ts:162
When true, prefix cell values starting with =, +, -, or @ with a tab character to prevent formula injection when the CSV is opened in a spreadsheet application. Default: false.
lineEnding?
optionallineEnding:string
Defined in: index.ts:156
Line ending. Default: "\n"
quote?
optionalquote:string
Defined in: index.ts:154
Quote character. Default: '"'