csv2ht
v1.1.0
Published
Convert CSV to HTML tables.
Downloads
1
Readme
csv2ht
csv2ht is a program to convert CSV to HTML table.
Installation
npm install -g csv2ht
Usage
Usage: csv2ht [options] <csvfile>
Options:
--no-border don't set attribute border=1 to table element
--utf8 use utf8 encoding to read csv file
--header use first row as header(th) cells
Example
csv2ht data.csv > table.html