0

I am using the solution mentioned here: Export to CSV using jQuery and html

The fiddle for this is: http://jsfiddle.net/terryyounghk/KPEGU/

I will be calling the function exportTableToCSV multiple times as I have three tables per category (Category1 has three tables, Category2 has three tables and CAtegory3 has three tables).

What I want is a separate sheet in the same excel file per category.

How do I need to change the following code here to be able to create three sheets in the same excel file - Category 1, 2 and 3?

$(this).attr({
                                'download': 'export.csv',
                                'href': csvData,
                                'target': '_blank'
                            });

I have implemented all 6 tables in one sheet right now. If I can figure this one out with this method, it will be great!

Community
  • 1
  • 1
Righto
  • 575
  • 2
  • 8
  • 22

0 Answers0