简体   繁体   中英

How to export react bootstrap table data to PDF and EXCEL

I am using the react bootstrap table in my application. I need to export data in the format of PDF and excel . Is there any way to do it. And also I want to know that Is there any possibility of export to pdf or excel? in react bootstrap table.

Please help me with the answer. Thank you in advance.

There are a few packages you can try:

To export to Excel: react-html-table-to-excel

To export to PDF: react-to-pdf (not vectorized, its like a screenshot), react-pdf (more advanced), generate-pdf , react-html2pdf

Also you can try this tutorial about exporting data to Excel.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM