https://bz.apache.org/ooo/show_bug.cgi?id=111781
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Latest|--- |4.2.0-dev Confirmation in| | CC| |[email protected] OS|Windows, all |All Keywords| |ms_interoperability --- Comment #6 from [email protected] --- Still a problem in the latest trunk. In an ODF whose A2 cell has =A1 formula, the content.xml when unzipped contains this: ---snip--- <table:table-row table:style-name="ro1"> <table:table-cell table:formula="of:=[.A1]" office:value-type="string" office:string-value="test"> <text:p>test</text:p> </table:table-cell> </table:table-row> ---snip--- Note the "of:=[.A1]" in the table:formula attribute. Converting this to Excel 2003 SpeadsheetML gives this: ---snip--- <Row ss:Height="12.1032"> <Cell ss:Formula="of:=[.A1]"> <Data ss:Type="String">test</Data> </Cell> </Row> ---snip--- Note the verbatim copy of "of:=[.A1]" from ODS to SpreadsheetML. -- You are receiving this mail because: You are on the CC list for the issue. You are the assignee for the issue.
