AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.24k stars 783 forks source link

Fix: Add separator line at the beginning of created csv #2056

Closed BernatWozzo closed 5 years ago

BernatWozzo commented 5 years ago

This fix allows Excel to detect the separator when opening the file and fixing the problem of all of the data shown in the same column. With this change Excel opens csv like an xls without the need to import the csv data manually and specifying the separator.

Ajitprakash commented 5 years ago

@AllenFang did you merge this in master ?? @BernatWozzo