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

is there any way to use multiple table ref #10

Open nayabshah opened 1 year ago

nayabshah commented 1 year ago

is there any way to use multiple table ref

EdisonJpp commented 1 year ago

no, it isn't possible, but you can concatenate the arrays and use import { downloadExcel } from "react-export-table-to-excel"; to export for excel the data's concatenated

cg-flsunshine commented 6 months ago

`

    <table></table>
  </table>` 
  try like this