10 Best Table Export Plugins In JavaScript (2023 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 makes it easy to export table data to Microsoft Excel, CSV, TXT on the client-side. Have fun with it.

Originally Published Oct 04 2020, updated Mar 10 2023

Table of contents:

Best jQuery Table Export Plugins

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]


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]


Multi-functional Table To CSV Converter With jQuery - TableCSVExport

Yet another jQuery based in browser html table to CSV converter that comes with lots of configuration settings.

Multi-functional Table To CSV Converter With jQuery - TableCSVExport

[Demo] [Download]


jQuery Plugin To Export Table To Other Document Types - tableExport

A lightweight yet customizable jQuery plugin for exporting your html table to other types of documents: CSV, XLS, TXT, SQL and JSON(new). You can specify which table columns to export. Custom filename and head/column delimiters are supported as well.

jQuery Plugin To Export Table To Other Document Types - tableExport

[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]


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]


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]


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]


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]


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: