10 Best Table Export Plugins In JavaScript (2024 Update)

by jQueryScript,

Have you ever wanted an online tool to export HTML tables to other file formats (csv, xls, pdf, etc) so that you can manipulate tabular table in a 3rd app like Excel, PDF, etc?

Here is a set of 10 best Vanilla JavaScript and jQuery plugins that make it easy to export table data to Microsoft Excel, CSV, TXT, JSON, PDF, and more on the client-side. Have fun with it.

Originally Published Oct 04 2020, updated Feb 29 2024

Table of contents:

Best jQuery Table Export Plugins

Export Html Table To Excel Spreadsheet using jQuery - table2excel

table2excel is a simple yet useful jQuery plugin which allows for exporting Html table data to an Excel file.

Export Html Table To Excel Spreadsheet using jQuery - table2excel

[Demo] [Download]


Export Html Table To JSON/CSV/TXT/PDF - TableHTMLExport

A multifunctional table export jQuery plugin that exports your HTML table and downloads the tabular data as JSON, CSV, TXT, or PDF files.

Export Html Table To JSON/CSV/TXT/PDF - TableHTMLExport

[Demo] [Download]


Ultimate HTML Table Export Plugin With jQuery - tableExport.js

A jQuery plugin that makes it easy to export tables in any of these formats with just a few lines of code. Open source and free to use. Plus, it's customizable so that you can configure it to match your needs. So check it out and start exporting your tables today!

Ultimate HTML Table Export Plugin With jQuery - tableExport.js

[Demo] [Download]


Exporting Html Tables To CSV/XLS/XLSX/Text - jQuery TableExport

Just another jQuery plugin that allows exporting html tables to XML spreadsheet (XLSX), Microsoft Excel spreadsheet (XLS), CSV tabular data and plain text.

Exporting Html Tables To CSV/XLS/XLSX/Text - jQuery TableExport

[Demo] [Download]


jQuery Plugin To Export Table Data To CSV File - table2csv

Just another jQuery based table to CSV converter which exports your html table into a downloadable CSV file.

jQuery Plugin To Export Table Data To CSV File - table2csv

[Demo] [Download]


Table To Excel (XSL) Converter - jQuery tableToExcel.js

A dead simple jQuery based table to excel converter that generates a downloadable Excel XSL file from an HTML table you provide.

Table To Excel (XSL) Converter - jQuery tableToExcel.js

[Demo] [Download]


Best vanilla JS Table Export Plugins

Cross Browser HTML Table To Excel Converter – saveAsExcel.js

A lightweight JavaScript library which allows to export html table data to a MS excel file.

Cross Browser HTML Table To Excel Converter – saveAsExcel.js

[Demo] [Download]


Download HTML Table As A CSV File – TableToCSV

Yet another table to csv converter that enables the user to download your HTML table as a CSV file directly from the browser.

Download HTML Table As A CSV File – TableToCSV

[Demo] [Download]


Convert HTML Table To CSV – table2csv

A vanilla JavaScript Table To CSV converter that reads and saves tabular data as a CSV file for further use.

Convert HTML Table To CSV – table2csv

[Demo] [Download]


Export Tabular Data To Excel – table2excel.js

A vanilla JavaScript Table To Excel exporter that enables the user to download tabula data as an Excel file (xls).

Export Tabular Data To Excel – table2excel.js

[Demo] [Download]


More Resources:

Want more jQuery plugins or JavaScript libraries to export HTML tables on the client-side? Check out the jQuery Table Export and JavaScript Table Export sections.

See Also: