Skip to content

ktsujister/clj-tsv2xls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# tsv2xls

tsv2xls: get tsv file as an input and create excel converted file.

example:
	tsv2xls a.txt => creates a.xlsx
	tsv2xls a.txt b.txt => creates a.xlsx with sheet "a" and "b".

## Usage

Usage:

 Switches               Default  Desc
 --------               -------  ----
 -o, --outfile                   specify output file.
 -f, --format           xlsx     specify output format.(xls|xlsx)
 -e, --encoding                  specify encoding.
 -?, --no-help, --help  false    show help.

## License

Copyright (C) 2011-2012 Kei Tsuji

Distributed under the Eclipse Public License, the same as Clojure.

About

convert tab separated file to xls or xlsx file.

Resources

Stars

Watchers

Forks

Packages

No packages published