To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68116
                 Issue #|68116
                 Summary|Incorrect data style when loading OpenDocument
               Component|Spreadsheet
                 Version|OOo 2.0.2
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|open-import
             Assigned to|spreadsheet
             Reported by|st_nikolaus





------- Additional comments from [EMAIL PROTECTED] Thu Aug  3 06:42:54 -0700 
2006 -------
The number cell A1 changes to date, with the following sample, the date is 
1988/7/21.
Seems like the repeated empty cell and the default-cell-style-name attribute 
of the second column confuses Calc.

  <style:style style:name="ce1" style:data-style-name="N1" 
style:family="table-cell">
   <style:paragraph-properties office:value-type="date"/>
  </style:style>
  <number:date-style style:name="N1">
   <number:year number:style="long"/><number:text>/</number:text><number:month 
number:style="long" 
number:textual="false"/><number:text>/</number:text><number:day 
number:style="long"/>
  </number:date-style>
 </office:automatic-styles>
 <office:body>
  <office:spreadsheet>
   <table:table table:name="Sheet1" table:style-name="ta1">
 <table:table-column/>
 <table:table-column table:style-name="co1" 
table:default-cell-style-name="ce1"/>
 <table:table-row>
  <table:table-cell office:value-type="float" office:value="32345">
   <text:p>32 345</text:p>
  </table:table-cell>
  <table:table-cell office:value-type="date" office:date-value="2006-02-03">
   <text:p>2006-02-03</text:p>
  </table:table-cell>
 </table:table-row>
 <table:table-row>
  <table:table-cell table:number-columns-repeated="2"/>
 </table:table-row>
</table:table>

---------------------------------------------------------------------
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