Author: | varun5001 |
---|---|
Views Total: | 9,254 views |
Official Page: | Go to website |
Last Update: | November 30, 2015 |
License: | MIT |
Preview:

Description:
saveAsExcel.js is a lightweight JavaScript library which allows to export html table data to a MS excel file.
How to use it:
Download and load the saveAsExcel.js library in the html page.
<script src="saveAsExcel.js"></script>
Export a specific html table as an Excel file.
saveAsExcel('tableselector', 'table.xls')