GNOME Bugzilla – Bug 160069
ssconvert should allow the importer to be specified as well as the exporter
Last modified: 2005-02-10 03:51:24 UTC
You can specify the exporter in ssconvert (which file format to export, in effect) with -E, however you cannot specify the importer (which file format to read) with -I - you just have to rely on autodetection. This means, for instance, you can't specify the use of the SAX importer rather than the DOM one.
Created attachment 34354 [details] [review] A patch to fix the problem This patch adds a -I option which allows the importer to be specified. Use patch -p1< patchfile in the top of the gnumeric tree
Comment on attachment 34354 [details] [review] A patch to fix the problem I like this. It's gone into the tree that will become 1.5.1