rainabba / jquery-table2excel

jQuery Plugin to export HTML tabled to Excel Spreadsheet Compatible Files
595 stars 663 forks source link

How to write into 2 worksheets of same workbook #29

Open jeffsui opened 8 years ago

jeffsui commented 8 years ago

jquery-table2excel plugin is great. but if in one page there are two table ,how can I merge two sheets in one workbook? Thanks!

digamejh commented 8 years ago

I would like this ability as well!

According to .gitignore, they are working on it...

Changes made to move toward supporting multiple tables to single Excel file. Stuck on how to reference all elements from selector in single call to plugin though.