Export HTML table to excel (xls) using jQuery plugin table2excel

table2excel is a very simple plugin made to export excel file directly from HTML table.

File Included

  • HTML Files
  • JS Files

Source Code:

<!-- Include JS files -->
<script src="jquery-1.js" type="text/javascript"></script>
<script src="jquery.table2excel.min.js" type="text/javascript"></script>

<!-- Call the plugin -->
<script>
	$(document).ready(function (){
		$("button").click(function () {
			$("#table2excel").table2excel({
				name: "Excel file name goes here"
			});
		});
	});
</script>
Get in Subscription Access hundreds of free themes for an entire year, plus enjoy additional benefits!
$1/Month

Demo Unlock this item for $5
Or
A standard platform fee of $5 is required to download, or get a yearly subscription for unlimited access.
256
Downloads
(0) Reviews
Compatible Browsers

Chrome, Firefox, Safari, Opera, IE9+, Edge

Technologies Used

JS, jQuery

Author
Licence

MIT

Reviews and Comments


Please login to write the review