Fixed a bug reading gnumeric files. 20130107030506/pspp 20130108100915/pspp 20130109030502/pspp
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 6 Jan 2013 18:14:32 +0000 (19:14 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 6 Jan 2013 18:14:32 +0000 (19:14 +0100)
commitf758c0c7097e197d7b6fb9bb3c3d9d6e9138e0a7
tree659af97d834cadeefc511f1215177069e592f25f
parentf00d3284fc1895e249d35d448cff76e3b115b5b2
Fixed a bug reading gnumeric files.

Some gnumeric files use <gnm:Name> tags for miscellaneous purposes.  Our code
had always assumed that it represented the name of the Sheet.  Hence these files
would read the wrong sheet of a workbook.  This change fixes it.  Closes 38028
src/data/gnumeric-reader.c
tests/language/data-io/get-data-spreadsheet.at