securedeveloper / react-data-export

Export dataset in react.
https://securedeveloper.github.io/react-data-export/
MIT License
179 stars 191 forks source link

Export to CSV format not working #138

Open SaiRO97 opened 4 years ago

SaiRO97 commented 4 years ago

My reason:

After exporting CSV format. File does not open. Writes like it's broken

Steps to reproduce:

Enter fileExtension prop in CSV format and download the file then try to open it

Lib Version:

"react-data-export": "^0.6.0",

When I generate an Excel file, everything works well, but when generating csv, the file either does not open or does not look readable. Is there any way to solve this problem?

sujitdev commented 2 years ago

Hi Is this issue resolved , I am also getting the same issue