To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111778


User jmichae3 changed the following:

                What    |Old value                 |New value
================================================================================
                 Summary|save as excel 2003 xml not|export excel 2003 xml form
                        | an importable format in E|at uses of:=['sht nm']. in
                        |xcel                      |stead of Excel's ='sht nm'
                        |                          |! for cross sheet referenc
                        |                          |es
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Sun May 23 04:46:43 
+0000 2010 -------
in the Excel 2003 XML format, excel uses ! instead of the OOo's . after the
sheet name for cross sheet references.

OOo:

<Row ss:Height="12.8376">
<Cell ss:StyleID="Normal" ss:Formula="of:=['this sheet name has
spaces'.A1]"><Data ss:Type="Number">1</Data></Cell>
<Cell ss:StyleID="Normal" ss:Formula="of:=[Sheet1.A1]"><Data
ss:Type="Number">1</Data></Cell>
</Row>
<Row ss:Height="12.8376"><Cell ss:Index="2" ss:StyleID="Normal"/></Row>

MS Excel outputs the following for the same spreadsheet:

   <Row>
    <Cell ss:Formula="='this sheet name has spaces'!RC"><Data
ss:Type="Number">1</Data></Cell>
    <Cell ss:Formula="=Sheet1!RC[-1]"><Data ss:Type="Number">1</Data></Cell>
   </Row>




---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to