table of contents
SDC2CSV(1) | User Commands | SDC2CSV(1) |
NAME¶
sdc2csv - manual page for sdc2csv 0.0.4
SYNOPSIS¶
sdc2csv [OPTION] INPUT
DESCRIPTION¶
`sdc2csv' converts StarOffice spreadsheets to CSV.
OPTIONS¶
- -h
- show this help message
- -d C
- set decimal separator: default `.'
- -f C
- set field separator: default `,'
- -t C
- set text separator: default `"'
- -F
- set to output the formula which exists in the file
- -D FORMAT
- set date format: default "%m/%d/%y"
- -T FORMAT
- set time format: default "%H:%M:%S"
- -N
- print the number of sheets
- -n NUM
- choose the sheet to convert (1: means first sheet)
- -o OUTPUT
- write ouput to OUTPUT
- -v
- show version information
EXAMPLES¶
- sdc2csv -d, -D"%d/%m/%y" file : Converts a file using french locale
Note:¶
- If -F is present, the formula are generated which english names.
REPORTING BUGS¶
Report bugs to <https://github.com/fosnola/libstaroffice/issues>.
April 2018 | libstaroffice 0.0.4 |