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:
- Move the excel workbook to the folder.
- Open git bash and cd into the excel-to-html-table directory.
- 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.