GNOME Bugzilla – Bug 345067
cannot change default save format in gnumeric
Last modified: 2006-06-18 21:57:30 UTC
These should be a preference that specifies the default format to save files in. Most people don't use gnumeric and it's a pain to maunally select Excel or OpenDocument from the menu each time.
This has been supported for a long time. Just add a priority to the saver definition in the plugin.xml file. Edit <prefix>/lib/gnumeric/<version>/plugins/excel/plugin.xml Find the element that defines the xl97 exporter <service type="file_saver" id="excel_biff8" add default_saver_priority="100" The gnumeric exporter is defined as priority 50. Anything greater than that will over ride the builtin.
In that case, why isn't there a GUI for setting this pref? Should I file a separate bug for that?