table2csv
A simple jQuery plugin to export or convert HTML Table to downloadable CSV file.
Simple usage
$('table').table2csv()
Options
$('table').table2csv({ file_name: 'analytics_reports.csv', header_body_space: 1 })
Just another jQuery based table to csv converter & exporter that allows the user to download table records as a CSV file. Fast, lightweight and dead simple to use.
CSV table-exportA simple jQuery plugin to export or convert HTML Table to downloadable CSV file.
Simple usage
$('table').table2csv()
Options
$('table').table2csv({ file_name: 'analytics_reports.csv', header_body_space: 1 })