I am new to react and I want to convert a PDF document (contains a table) into Excel document using REACT JS (basically I want to display the table from PDF on the page and to allow the user to download that table into excel). I tried to search on google but cannot find any tutorials or libraries of how to do it. Do any of you have an example of how to do it? or any tutorials that I can follow. Thank you a lot!!
As far as I know, there are no libraries for client-side conversion between pdf and excel. You can use npm libraries like libreoffice-convert to do that on the server side.
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.