SheetJS / sheetjs

📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs
https://sheetjs.com/
Apache License 2.0
35.02k stars 8k forks source link

No option to change delimiter when writing CSV #2817

Closed MasterMT9 closed 1 year ago

MasterMT9 commented 1 year ago

As of now, there is no option to deviate from the standard CSV-Format. Im trying to parse XLSX to CSV. As I work with CSVs that use semicolons as the delimiter and have some values that contain commas I cant just mass replace them. Would be quite helpful to have the option to change delimiters when exporting.

SheetJSDev commented 1 year ago

https://docs.sheetjs.com/docs/api/utilities#delimiter-separated-output FS controls the field separator.

In the future, please use our modern issue tracker https://git.sheetjs.com/sheetjs/sheetjs/issues