facebookarchive / fixed-data-table

A React table component designed to allow presenting thousands of rows of data.
http://facebook.github.io/fixed-data-table/
Other
4.3k stars 553 forks source link

Copying data into Excel gives row wise transpose #462

Open devang-kredx opened 7 years ago

devang-kredx commented 7 years ago

When copying data from a table rendered via fixed-data-table and pasting it on Excel gives data in rows, instead of tabular format. Sample of how its pasted in Excel attached. react-fixed-table-copy-to-excel.xlsx

Any ideas on how to change this so that it can be pasted in a tabular format?