JavaScript library to convert HTMLTable to Excel with cross browser functionlity How To USe:
- Import saveAsExcel.js into HTML web page using <script>
- call saveAsExcel() method on required event by passing two attributes, id of table to be saved as Excel and file name for the downloaded file
- E.g., saveAsExcel('tableToExcel', 'Jaffa.xls')
- For complete Usage view demo.html