excel-to-html-table

1.0.1 • Public • Published

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.

/excel-to-html-table/

    Package Sidebar

    Install

    npm i excel-to-html-table

    Weekly Downloads

    4

    Version

    1.0.1

    License

    ISC

    Last publish

    Collaborators

    • joshboyan