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

--- Comment #2 from Dominik Stadler <[email protected]> ---
I just tried it, it will work if you set the same style on the second cell as
well:

        cell = row.createCell(2);
        cell.setCellStyle(style);

I am not sure if this is expected behavior or something that should be changed
in POI, but at least you can use this as workaround for now.

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