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






