Skip to content

@sheetkit/node / ToCsvOptions

Interface: ToCsvOptions

Defined in: index.ts:170

Properties

delimiter?

optional delimiter: string

Defined in: index.ts:172

Field delimiter. Default: ","


escapeFormulas?

optional escapeFormulas: boolean

Defined in: index.ts:182

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:176

Line ending. Default: "\n"


quote?

optional quote: string

Defined in: index.ts:174

Quote character. Default: '"'

Released under the MIT / Apache-2.0 License.