Skip to content

varun5001/HTMLTable_To_Excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

HTMLTable_To_Excel

JavaScript library to convert HTMLTable to Excel with cross browser functionlity How To USe:

  1. Import saveAsExcel.js into HTML web page using <script>
  2. 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
  3. E.g., saveAsExcel('tableToExcel', 'Jaffa.xls')
  4. For complete Usage view demo.html

About

JavaScript library to convert HTMLTable to Excel with cross browser functionlity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors