Optionalarray: (string | number | boolean)[][]OptionalrowSeparator: stringOptionalcolumnSeparator: stringThe rows, each a list of cells; numbers and booleans are written as text, null and undefined as empty cells
OptionalrowThe text put between rows, normally a line break; \n written as two characters is used
as one
OptionalcolumnThe text put between cells, normally a comma; a cell containing it is wrapped in quotes
Feeds
csv.arrayToCsvwith the rows to write, each a list of cells, and the separators to put between cells and rows.