Spreadsheets

A good tool for converting spreadsheets and other office software documents is uniconv.

This produces foo.xls:

$ unoconv -d spreadsheet --format=xls foo.ods

You can also specify the output file name:

$ unoconv -d spreadsheet --format=xls --output=bar.xls foo.ods