https://bz.apache.org/bugzilla/show_bug.cgi?id=60517

Javen O'Neal <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Javen O'Neal <[email protected]> ---
Could you include a code snippet of what you're doing, including any
manipulations you are doing to the stored formula string and how you're getting
the formula string.

FWIW, when I open your attached XLS file in LibreOffice, the following formula
appears in D17:
=SUM($'1003'.D28:$'1856'.D28)

When I use LibreOffice to save the file as XLSX, I get:
=SUM('1003':$'1856'.D28:D28)

And after converting to XLSX, the value saved in sheet1.xml is:
<c r="D17" s="19" t="n">
<f aca="false">
SUM(&apos;1003&apos;:&apos;1856&apos;!D28:D28)</f>
<v>
102320067</v>
</c>

It may be possible that both versions are correct.
For example, 'Sheet1'!A1 and Sheet1!A1 are both correct. In general, single
quotations are needed whenever a character in the sheet name could cause the
formula to be parsed differently (whitespace, punctuation, sheet name looks
like a cell reference). I would assume that '1003:1856' would not be correct as
that would imply that there is a sheet named "1003:1856".

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to