ssconvert is a utility shipped with Gnumeric, and it’s a command line spreadsheet converter.
Let’s say that you have some data in a spreadsheet (eg spreadsheet.ods) and want to be able to easily parse it, and maybe use it in a script.
ssconvert -O 'separator=;' spreadsheet.ods parsable-data.tx[......]