After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 645580 - unable to parse external references
unable to parse external references
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export OOo / OASIS
git master
Other Linux
: Normal normal
: ---
Assigned To: Andreas J. Guelzow
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2011-03-23 00:33 UTC by Andreas J. Guelzow
Modified: 2011-05-27 20:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sample file (7.20 KB, application/vnd.oasis.opendocument.spreadsheet)
2011-03-23 00:33 UTC, Andreas J. Guelzow
Details

Description Andreas J. Guelzow 2011-03-23 00:33:02 UTC
Created attachment 184141 [details]
sample file

Trying toload an ODF file with external references, yields:

Unable to parse 'CONCATENATE(['file:///home/aguelzow/Desktop/test-A.ods'#$Sheet1.A1];"?")' ('Could not find matching closing quote')
Comment 1 Andreas J. Guelzow 2011-03-23 00:34:32 UTC
In the console one also sees the probably related warning:
Unexpected element 'table:table-source' in state : 
	document-content -> body -> spreadsheet -> table
Comment 2 Andreas J. Guelzow 2011-05-27 20:51:31 UTC
The error message is very misleading. The parser parses:
'file:///home/aguelzow/Desktop/test-A.ods'  --> string
#$Sheet1.A1];"?                             --> named error
")            --> could not find matching closing quote.


This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.