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

Mayeul <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #2 from Mayeul <[email protected]> ---
Hi,

Xssf behaves as expected : 

public void setCellStyle(CellStyle style) {
    if(style == null) {
        if(_cell.isSetS()) _cell.unsetS();
    } else {
     ....
    }
}

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