GNOME Bugzilla – Bug 650125
Import of names from ODF
Last modified: 2011-05-19 18:47:59 UTC
ODF has much less restrictions on the makeup of defined names. For example in the attached file we have: <table:named-range table:name="sheet1.newstcode" table:base-cell-address="$GENERAL.$A$1" table:cell-range-address="$GENERAL.$BH$1:.$BH$36"/> So when open the file we get for General!U18 the error: Unable to parse 'sheet1.newstcode' (''sheet1.newstcode' cannot be used as a name') We will need to handle these names somehow. I would guess by replacing the period with a different character.
Created attachment 187778 [details] sample file
We are now accepting those names. So we do not see those errors anymore. We still have to fix the names after import since we can't parse the names of these named expressions. As a consequence, if users try to edit the cells with formulas that contain these names they fail. Nor can they rename those names or change te corresponding expressions.
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.