React. Copy data from table that built on flexbox

Viewed 25

I've got a table built with divs on flexbox (use virtualisation for that table). When I copy data from this table and paste it in excel spreadsheet all data pasted into one cell. When I had this table built with table html tags everything were fine and copied data were pasted as is. So, my question is: is there a way to copy data from flexbox table and make it to be pasted into spreadsheet as it is? (App built on React). I've tried to add roles for html tags but id didn't help.

thanks in advance

0 Answers
Related