To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66439
                  Issue #:|66439
                  Summary:|Export to HTML bloats tables with unwanted
                          |<TBODY></TBODY>
                Component:|Spreadsheet
                  Version:|680m172
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P3
             Subcomponent:|save-export
              Assigned to:|nn
              Reported by:|kendy





------- Additional comments from [EMAIL PROTECTED] Wed Jun 14 08:34:30 -0700 
2006 -------
This looks like a remnant of workaround of something...  The tables generated 
when you "Save As..." a Calc spreadsheet look like:

<TABLE FRAME=BOX CELLSPACING=0 COLS=3 RULES=GROUPS BORDER=1>
        <COLGROUP><COL WIDTH=113></COLGROUP>
        <COLGROUP><COL WIDTH=113></COLGROUP>
        <COLGROUP><COL WIDTH=113></COLGROUP>
        <TBODY>
                <TR>
                        <TD WIDTH=113 HEIGHT=22 ALIGN=LEFT>a</TD>
                        <TD WIDTH=113 ALIGN=RIGHT SDVAL="1" 
SDNUM="1029;">1</TD>
                        <TD WIDTH=113 ALIGN=LEFT>p</TD>
                </TR>
        </TBODY>
        <TBODY>
                <TR>
                        <TD HEIGHT=22 ALIGN=LEFT>b</TD>
                        <TD ALIGN=RIGHT SDVAL="2" SDNUM="1029;">2</TD>
                        <TD ALIGN=LEFT>q</TD>
                </TR>
        </TBODY>
        <TBODY>
etc.

If you merge cells in the spreadsheet, the </TBODY><TBODY> breaks the exported 
table - have a look at https://bugzilla.novell.com/show_bug.cgi?id=155032 for 
an example document, the generated HTML & what the HTML should look like.

I'll attach a patch that just removes the code that adds the (unnecessary?) 
</TBODY><TBODY>.  Or is it a bad idea?

Please review it.  If OK, I can create a CWS for it (if you do not have a 
suitable one).

Thank you in advance!

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