简体   繁体   中英

how to export html table and append as a sheet in existing excel using javascript or jquery

I am trying to export many html table as a single excel file and each html table in a new sheet.

how to export html table and append as a sheet in existing excel using javascript or jquery and how to rename the sheet ?

Ideally this kind of job can be easily done by VB or C#.

But if you really need to solve this by javascript, you can try this js lib.

http://excelbuilderjs.com/

Here is the documentation on how to add data to worksheet.

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