https://issues.apache.org/bugzilla/show_bug.cgi?id=47862

Yegor Kozlov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Yegor Kozlov <[email protected]> 2009-10-04 03:15:32 PDT ---
Actually the fix is simple - change the second parameter of
getOrCreateColumn1Based from false to true in ColumnHelper.setColWidth:

    public void setColWidth(long index, double width) {
        CTCol col = getOrCreateColumn1Based(index+1, true);
        col.setWidth(width);
    }

true causes to split spanned columns which is exactly what we need.


The fix was committed in r821497

Yegor

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to