GNOME Bugzilla – Bug 645580
unable to parse external references
Last modified: 2011-05-27 20:51:31 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')
In the console one also sees the probably related warning: Unexpected element 'table:table-source' in state : document-content -> body -> spreadsheet -> table
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.