On Mon, 2012-11-12 at 13:21 -0500, William Park wrote: > Hi, > > I would like to add a file import/export to Gnumeric code, and see how > it goes. The file format is sort of 3-column CSV. I've finally managed > to compile Gnumeric-1.11.6 on Slackware-14 (had to upgrade goffice and > libgsf). > > So, can someone point me directory/file to look at? According to grep > and comments, > src/stf* > may be relevant. Is that true?
src/stf* and src/dialogs/stf* are related to the configurable text importer/exporter. If you wan tto add a specific import/export you are probably better off looking at a file importer/exporter in plugins such as plugins/html (containing html importers/exporters as well as latex exporters). Since the plugins are more self contained they are muach easier to understand. Andreas -- Andreas Guelzow <[email protected]> _______________________________________________ gnumeric-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gnumeric-list
