Next in thread → Next in month →

Re: [office] Definition of cellAddress lacks apostrophe in table name

From
Eike Rathke <>
Date
2006-05-08T16:26:33+00:00
ID
Thread
Re: [office] Definition of cellAddress lacks apostrophe in table name
Hi,

Seems this fell off the edge of the table:

On Thu, Apr 13, 2006 at 18:25:03 +0200, Eike Rathke wrote:

> According to the current ODF cellAddress definition in
> 8.3.1 Referencing Table Cells
> line 3838, the apostrophe character is not allowed in table names (I'm
> using EBNF syntax here)
> 
> TableName   ::= [^\. ']+ | "'" [^']+ "'"
> 
> However, for spreadsheet context, embedded apostrophes must be allowed,
> and could be doubled for storage.
> 
> SheetName   ::= [^\. ']+ | "'" ([^'] | "''")+ "'"
> 
> How can this be addressed in the ODF specification?

How do we pick it up?

  Eike
Next in thread → Next in month →