https://bugs.documentfoundation.org/show_bug.cgi?id=100461
--- Comment #7 from Eike Rathke <[email protected]> ---
Just to add more details to the mess:
Actually for a different sheet the return string depends on the current
reference style, which doesn't make things easier.
For LibreOffice, in CalcA1 it is "$Sheet1.$A$1", in ExcelA1 it is
"Sheet1!$A$1" and in ExcelR1C1 it is "Sheet1!R1C1", but that is
implementation specific and should be congruent with what ADDRESS()
delivers and INDIRECT() can digest. LibreOffice supports all three
syntax modes.
Excel returns "[Book1]Sheet2!$A$1" for a new unsaved document or
"[Book2.xlsx]Sheet2!$A$1" for a saved document, so includes even the
file name (which must be a legacy of when each sheet was a separate file
and documents with more than one sheet didn't exist).
In R1C1 reference style Excel returns "[Book1]Sheet2!R1C1" or
"[Book2.xlsx]Sheet2!R1C1".
Gnumeric version 1.12.29 apparently never returns a sheet name.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs