8000 GitHub - dgreyling/csvtotable: Simple command-line utility to convert CSV files to searchable and sortable HTML table.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

License

Notifications You must be signed in to change notification settings

dgreyling/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

Languages

  • Python 67.9%
  • HTML 32.1%
0