@sheetkit/node / ToCsvOptions
Interface: ToCsvOptions
Defined in: index.ts:119
Properties
delimiter?
optionaldelimiter:string
Defined in: index.ts:121
Field delimiter. Default: ","
escapeFormulas?
optionalescapeFormulas:boolean
Defined in: index.ts:131
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:125
Line ending. Default: "\n"
quote?
optionalquote:string
Defined in: index.ts:123
Quote character. Default: '"'