table of contents
CSV2ODS(1) | User commands | CSV2ODS(1) |
NAME
csv2ods - Create OpenDocument spreadsheet from comma separated values
SYNOPSIS
csv2ods -i file.csv -o file.ods
DESCRIPTION
This program reads a file in CSV format - table of columns delimited by commas, tabs or any other character. It then creates a spreadsheet. If a value looks like a number the cell is formatted as a number as well.
OPTIONS
--version
-h, --help
-i INPUT, --input=INPUT
-o OUTPUT, --output=OUTPUT
-d DELIMITER, --delimiter=DELIMITER
-c ENCODING, --encoding=ENCODING
-t TABLENAME, --table=TABLENAME
-s SKIPINITIALSPACE, --skipinitialspace=SKIPINITIALSPACE
-l LINETERMINATOR, --lineterminator=LINETERMINATOR
-q QUOTING, --quoting=QUOTING
-e ESCAPECHAR, --escapechar=ESCAPECHAR
-r QUOTECHAR, --quotechar=QUOTECHAR
EXAMPLE
csv2ods -i /etc/passwd -o accounts.odt -d:
AUTHOR
Agustin Henze <agustinhenze at gmail.com>
01/04/2009 | odfpy |