To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=30255
User sus changed the following:
What |Old value |New value
================================================================================
Status|RESOLVED |REOPENED
--------------------------------------------------------------------------------
Resolution|FIXED |
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Jan 21 02:35:25 -0800
2005 -------
There is still work to be done, I have to revise my earlier statement about
Excel issues to 'only' two mayor issues:
1) Loading Exception for common used valid SPREADSHEETML:
Here a Font in a Font with both including the Size attribute results in a
Exception during loading the document.
<Row ss:StyleID="ro4" ss:AutoFitHeight="0" ss:Height="74.2392">
<Cell ss:StyleID="Default">
<ss:Data xmlns="http://www.w3.org/TR/REC-html40"
ss:Type="String">Notes</ss:Data>
<Comment>
<ss:Data xmlns="http://www.w3.org/TR/REC-html40">
<B>
<Font html:Color="#000000"
html:Size="8">Somebody:</Font>
</B>
<Font html:Face="åä" html:Size="12">
this is a test
<Font html:Color="#000000" html:Size="7"/>
</Font>
<B>
<Font html:Color="#000000"
html:Size="8">Yes</Font>
</B>
<B>
<Font html:Color="#ff6600" html:Size="8">,
T</Font>
</B>
<Font html:Face="Rockwell" html:Color="#ff6600"
html:Size="16">h</Font>
<B>
<Font html:Face="Rockwell" html:Color="#ff0000"
html:Size="16">is's</Font>
</B>
<B>
<Font html:Face="Rockwell" html:Color="#0000ff"
html:Size="16"> a formated comments</Font>
</B>
<Font html:Face="Rockwell" html:Color="#0000ff"
html:Size="16">. </Font>
<B>
<Font html:Color="#0000ff" html:Size="8">:(
</Font>
</B>
<B>
<Font html:Color="#ff6600" html:Size="8">Too
complexive. Righ</Font>
</B>
<Font html:Color="#ff6600" html:Size="8">t?</Font>
</ss:Data>
</Comment>
</Cell>
With very bad descriptive error messages:
XML-FEHLER in Tabelle
GRUND: Zu viele Tags
DATEI: D:\doc-pool\wntmsci\src680_m72-2_en-US_via_xls\cmd\cellstyle1_cmd.xml
GRUPPE: Font
TAG: Font
ATTRIBUT: Size
WERT: 7
But it is specified it SHOULD work:
http://www.w3.org/TR/html4/loose.dtd
<!ENTITY % special
"A | IMG | APPLET | OBJECT | FONT | BASEFONT | BR | SCRIPT |
MAP | Q | SUB | SUP | SPAN | BDO | IFRAME">
<!ENTITY % inline "#PCDATA | %fontstyle; | %phrase; | %special; | %formctrl;">
<!ELEMENT FONT - - (%inline;)* -- local change to font -->
<!ATTLIST FONT
%coreattrs; -- id, class, style, title --
%i18n; -- lang, dir --
size CDATA #IMPLIED -- [+|-]nn e.g. size="+1", size="4" --
color %Color; #IMPLIED -- text color --
face CDATA #IMPLIED -- comma-separated list of font names --
>
2) Cascading Style does not work:
Even worse, from time to time the cascading between the style elements does not
work.
When a cell is defining a color and the text content is stored in HTML <sub>
elements, the color will not be recognized.
After the work around of these, I am now searching for issues in the import
filter, which I inherited from Beijing.
---------------------------------------------------------------------
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]