🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

table2download is a jQuery plugin which helps parse and convert html table data into downloadable XSL and/or CSV document files.

table-export

Documentation

table2download

jQuery Table 2 Download plugin

Simple plugin that allows to donwload html table in csv or xls format.

Usage: Load jQuery and table2download.js

and simply use:

jQuery( "#table1" ).table_download({     format: "xls",     separator: ",",     filename: "download",     quotes: "\"" }); 

format: "xls" / "csv"


You May Also Like