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 323546 - Sheet names with dots should not require quoting
Sheet names with dots should not require quoting
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: General
git master
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2005-12-08 12:27 UTC by Nick Lamb
Modified: 2005-12-08 18:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nick Lamb 2005-12-08 12:27:29 UTC
http://www.ecs.soton.ac.uk/~njl98r/excel/funa.xls

ADDRESS failed because Gnumeric always quotes sheet names

Jody was looking at this, may be already fixed in CVS by now?
Comment 1 Morten Welinder 2005-12-08 15:57:00 UTC
Not fixed.

Jody laid the groundwork for fixing, though.  Currently we quote dots in
sheet names (and our lexer requires dots to be quoted).
Comment 2 Morten Welinder 2005-12-08 18:19:35 UTC
Fixed in cvs.

"1e", ".x", and "1." need to be quoted.
"1f", "42", and "x." need not, but quotes will be added automatically for
  the former two.