Converting Files
Gnumeric can convert files automatically without needing user intervention. This allows a large number of files to be converted using a script. Gnumeric is distributed along with a program called ssconvert which is the program used to convert files automatically. All of the file formats supported by Gnumeric can be used except for the PostScript and PDF file formats which operate through the printing system.
This application is used, from the command line by specifying, any desired options, an input file and an output file. For example,
ssconvert myfile.xls myfile.gnumeric
The available import and export file formats which ssconvert can read can be listed using
ssconvert --list-importers
ssconvert --list-exporters
Like other GNU command line applications, ssconvert includes a manual page. This page can be accessed by typing:
man ssconvert