Bunlong / react-papaparse

react-papaparse is the fastest in-browser CSV (or delimited text) parser for React. It is full of useful features such as CSVReader, CSVDownloader, readString, jsonToCSV, readRemoteFile, ... etc.
https://react-papaparse.js.org
MIT License
364 stars 61 forks source link

Adding "sep=," to csv file to solve locality issue #84

Open luuddan opened 3 years ago

luuddan commented 3 years ago

When downloading the CSV file, Excel doesn't recognise the separator when european locations are set.

Would it be possible to add a single line with "sep=," to the csv file to solve this?

Can see a guide for the issue here: https://support.affinity.co/hc/en-us/articles/360044453711-How-to-open-CSV-files-with-the-correct-delimiter-separator

Best Regards,

Ludwig Hedlund