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





------- Additional comments from [EMAIL PROTECTED] Mon Jul 16 20:09:20 +0000 
2007 -------
Note: I think this Issue is related so i added it here:
=========================================================
Environment: openoffice 2.2.0 / windows xp.
Problem: When saving a simple spreadsheet Calc looses certain font attributes.

Example: bold
The generated XML misses the style information. And when loading that XML
document again, the cells in question have no longer bold text.

However italic works and a combination of italic and bold works as well.
Also assigning a color to a cell and then using bold works.

So it really seems to be a bug in the XML export.

How to reproduce:
-Create new spreadsheet
-Put A1="Hello" , set A1 "Bold"
-Put B1="Hello", set B1 "Italic"
-Put C1="Hello", set C1 "Italic" and "bold"

-Save as Excel 2003 XML.
-Close the document
-Open the document

Result:
A1 misses "Bold"
B1 has style italic
C1 has style italic+bold

Inside the xml file one can see that openoffice simply misses the style
information. 
So it is not an import but an export issue (ce1, ce2 and ce3 are the automatic
created styles from OO):
Code:
        <Style ss:ID="ce1"/>
        <Style ss:ID="ce2">
            <Font ss:Italic="1"/>
        </Style>
        <Style ss:ID="ce3">
            <Font ss:Bold="1" ss:Italic="1"/>
        </Style>



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