You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2017/03/11 01:18:29 UTC

[Bug 60845] copied cell style and CF

https://bz.apache.org/bugzilla/show_bug.cgi?id=60845

dollinger.florian@gmx.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from dollinger.florian@gmx.de ---
there is a workaround, if you set the FillPattern by hand via

bla.setFillPattern(FillPatternType.SOLID_FOREGROUND);

for the cells which are in the range of some CF-rule, then the conditional
formatting works. the problem then is, that the cells background becomes BLACK
if the CF-rule(s) do not fire.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org