Skip to content

@sheetkit/node / ToCsvOptions

Interface: ToCsvOptions

Defined in: index.ts:150

Properties

delimiter?

optional delimiter: string

Defined in: index.ts:152

Field delimiter. Default: ","


escapeFormulas?

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

optional lineEnding: string

Defined in: index.ts:156

Line ending. Default: "\n"


quote?

optional quote: string

Defined in: index.ts:154

Quote character. Default: '"'

Released under the MIT / Apache-2.0 License.