1.0.1 • Published 7 years ago

excel-to-html-table v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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.
1.0.1

7 years ago

1.0.0

7 years ago