facebookarchive / fixed-data-table

A React table component designed to allow presenting thousands of rows of data.

Home Page:http://facebook.github.io/fixed-data-table/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copying data into Excel gives row wise transpose

devang-kredx opened this issue · comments

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?