Skip to content

@sheetkit/node / ToCsvOptions

Interface: ToCsvOptions

Defined in: index.ts:119

Properties

delimiter?

optional delimiter: string

Defined in: index.ts:121

Field delimiter. Default: ","


escapeFormulas?

optional escapeFormulas: 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?

optional lineEnding: string

Defined in: index.ts:125

Line ending. Default: "\n"


quote?

optional quote: string

Defined in: index.ts:123

Quote character. Default: '"'

Released under the MIT / Apache-2.0 License.