You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2023/01/11 18:42:48 UTC

[Issue 100989] Calc generates extra blank columns when opening Excel 2003 XML files

https://bz.apache.org/ooo/show_bug.cgi?id=100989

damjan@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |damjan@apache.org
             Latest|---                         |4.2.0-dev
    Confirmation in|                            |

--- Comment #3 from damjan@apache.org ---
Deleting the:
    ss:MergeAcross="0"
attribute from each <Cell>:

    <Cell ss:Index="1" ss:StyleID="20" ss:MergeAcross="0" ss:MergeDown="0">

is enough to move the cells from column C to column B.

Something must be going wrong when converting ss:MergeAcross.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are on the CC list for the issue.