Skip to content

Convert each worksheet in an xlsx workbook to an HTML5 table

Notifications You must be signed in to change notification settings

joshboyan/excel-to-html-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

excel-to-html-table

This program will convert each worksheet in and excel workbook into an HTML5 table and replace common symbols with their unicode equivalent(&, —, &ndash)

The first row on each sheer will be formated as a table header and the first coloumn will be a th header cell for each row.

To use the program:

  1. Move the excel workbook to the folder.
  2. Open git bash and cd into the excel-to-html-table directory.
  3. Run node index.js workbook.xlsx where the workbook.xlsx is the name of the excel workbook you would like to create the table from.

About

Convert each worksheet in an xlsx workbook to an HTML5 table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published