Skip to content

This class can convert a HTML table to Excel or Word formats. It can take a given string with an HTML table and builds an Excel or Word XML format to contain the given HTML table data. If the HTML string contains more than a HTML table, the class strips the remaining HTML just to insert the table data. The resulting documents can be returned as …

Notifications You must be signed in to change notification settings

Lucarnosky/HTML-Table-to-Excel-or-Word

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

HTML to Excel or Word

This class can convert a HTML table to Excel or Word formats. It can take a given string with an HTML table and builds an Excel or Word XML format to contain the given HTML table data. If the HTML string contains more than a HTML table, the class strips the remaining HTML just to insert the table data. The resulting documents can be returned as strings or served for download.

About

This class can convert a HTML table to Excel or Word formats. It can take a given string with an HTML table and builds an Excel or Word XML format to contain the given HTML table data. If the HTML string contains more than a HTML table, the class strips the remaining HTML just to insert the table data. The resulting documents can be returned as …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages