Simon Costea

Results 3 comments of Simon Costea

From Microsoft Excel you can Save as CSV with 4 different filetypes: 1. CSV UTF-8 (Comma delimited) 2. CSV (Comma delimited) 3. CSV (Macintosh) 4. CSV (MS-DOS) Where 1 &...

This is actually a very easy fix. Check this: https://github.com/eligrey/FileSaver.js/issues/28

#16835 actually addresses this (as well as adding delimiter support) better than the fix I've suggested above since [json2csv](https://juanjodiaz.github.io/json2csv/#/parsers/parser?id=options) already has a `withBOM` option - and there's a PR open...