ssconvert is a utility shipped with Gnumeric, a command-line spreadsheet converter. It is useful when you have data in a spreadsheet and want to parse it from a script.
ssconvert -O 'separator=;' spreadsheet.ods spreadsheet.csv
This converts an ODS file to CSV using a semicolon as separator. sscon[……]
