Skip to content

A simple jQuery plugin to export or convert HTML Table to downloadable CSV file.

License

Notifications You must be signed in to change notification settings

venkataramanab/table2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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