I have a page on which I have multiple html tables. I want to download all the tables into one CSV or Excel file using JS or JQuery..I searched for it and found some jQuery plugins which do that
https://www.jqueryscript.net/table/Table-To-CSV-jQuery-csvExport.html
but the issue is that they are only working for one table on the page.I want to save all the tables on the page in one excel sheet. Has anybody had any luck with exporting multiple html tables on a page into one excel file which works in IE also.
Thanks