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

Scss not working #6

Closed Nihal-10 closed 2 years ago

Nihal-10 commented 2 years ago

Hi , so i am using this in my react project and it seems to be working fine but my Scss is not working in excel

const { onDownloadExcel } = useDownloadExcel({ currentTableRef: tableRef.current, filename: "Users table", sheet: "Users", });

EdisonJpp commented 2 years ago

does not extract the css/scss, only export the data