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

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-export

Documentation

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 }) 

You May Also Like