Warning, /office/calligra/filters/sheets/gnumeric/README is written in an unsupported language. File is not indexed.
0001 This is a GNUmeric import and export filter for Calligra Sheets. 0002 0003 This is heavily based on the Calligra Sheets CSV import and export filters. 0004 0005 It has been tested with Gnumeric v0.61 and kspread v1.0. 0006 0007 The file format is mainly based on reading output of gnumeric. It 0008 requires the zlib library to read the compressed gnumeric output. 0009 0010 It does not change behavior based on the version of the gnumeric file. 0011 This will have to be done in the future to maintain maximum compatibilit 0012 0013 I will have to go back with a fine tooth comb and implement 0014 0015 Wouldn't it be nice to have a generic library used by all opensource 0016 spreadsheets to import and export files.. Someday. 0017 0018 Phillip Ezolt (phillipezolt@hotmail.com) (GNUmeric import and export) 0019 0020 No idea if it is usefull; but it is a sin to let a good URL get lost... 0021 More info on gnumeric: 0022 http://www.object-refinery.com/jworkbook/ 0023 0024 0025 cvs page for file format: (url gave by Jody Goldberg <jody@gnome.org>) 0026 http://cvs.gnome.org/viewcvs/gnumeric/gnumeric.xsd?rev=1.11&view=markup 0027 http://cvs.gnome.org/viewcvs/gnumeric/plugins/xml_sax/xml-sax-read.c?rev=1.132&view=markup 0028 0029 Last test with gnumeric -1.4.2 and pango 1.8.1 0030