I have an html table to which I applied JQuery's Datatables, I saw that from the same plugin I can export to Excel and I really liked the format it gives to the tables, it turns out that from that table I do not need to show it , but export it directly to Excel through a button. Is there any way to link my button to the export button to Exel from Datatables? Is there any way to export an Html table with a format similar to that without using another plugin? Thanks!