All Projects → maxogden → Csv2html

maxogden / Csv2html

CSV to HTML command line utility

Programming Languages

javascript
184084 projects - #8 most used programming language

csv2html

CSV to HTML command line utility

NPM

Converts a CSV into a HTML table on the command line.

Turns this:

before.png

Into this:

after.png

usage

npm install csv2html -g
csv2html file.csv > index.html
cat index.html | csv2html > index.html
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].