EdisonJpp / react-export-table-to-excel

It allows you to export an HTML table just by sending the table reference and the name with which you want the file to be saved. It gives you two options; a hook and a component ... you use whichever one best suits your goal
41 stars 12 forks source link

exported data is not exporting as a table #7

Closed milanz14 closed 2 years ago

milanz14 commented 2 years ago

The export, no matter which way, is exporting as a single string of HTML in a cell rather than a table.

FirstnameLastnameAge
Edison Padilla 14
Cheila Rodriguez 56

This is from your direct example in your readme.