8000 GitHub - vividvilla/csvtotable at 1.1.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vividvilla/csvtotable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSVtoTable

Simple command-line utility to convert CSV files to searchable and sortable HTML table.

Demo

Here is a demo of sample csv file converted to HTML table.

https://raw.githubusercontent.com/vividvilla/csvtotable/master/sample/table.gif

Installation

pip install csvtotable

Get started

csvtotable --help

Convert data.csv file to data.html file

csvtotable data.csv data.html

Options

-c, --caption       Table caption
-d, --delimiter     CSV delimiter. Defaults to ','
-q, --quotechar     Quote chracter. Defaults to '|'

About

Simple command-line utility to convert CSV files to searchable and sortable HTML table.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

0