Skip to content

aritztg/svc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svc

Spreadsheet Viewer and Converter

Sometimes you are working in your terminal and suddenly... you should check quickly the contents from an excel file.

SVC outputs xls/x data into a tsv, so you can operate with these files as always.

Some example uses:

$ svc file.xlsx | head

$ cat file.xlsx | svc | cut -f2 | sort | uniq -c | sort -rn | head

Updates

  • Works well with both python2 and python3.
  • It should work well in Debian and its derivatives, and in OSX.

Requeriments

  • You should have installed python (2 or 3) in your system.
  • SVC uses the wonderful xlrd library.

Credits

  • Aritz Tusell (atusell.com / aritztg(at)gmail(dot)com)

Install

Using pip

$ sudo pip install svc

Using easy_install

$ sudo easy_install svc

About

Spreadsheet viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages