sdc2csv - Man Page
manual page for sdc2csv 0.0.7
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>.
Info
July 2024 libstaroffice 0.0.7