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 649914 - ODF export of sheet names containing '
ODF export of sheet names containing '
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-05-10 18:24 UTC by Andreas J. Guelzow
Modified: 2011-05-10 19:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas J. Guelzow 2011-05-10 18:24:17 UTC
We incorrectly export expressions with sheet names that contain ':

FOr example on import of a file we exported:
 Sheet1!A6
Unable to parse 'SQRT(['Sheet\'2'.A1])' ('Could not find matching closing quote')

The expression should be: SQRT(['Sheet''2'.A1])
Comment 1 Andreas J. Guelzow 2011-05-10 18:30:14 UTC
We read files containing such sheet names that are created correctly just fine. So this is just an export problem.
Comment 2 Andreas J. Guelzow 2011-05-10 19:09:18 UTC
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.