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 2018/10/21 18:36:08 UTC

[Bug 59442] CellUtil.setCellStyleProperties erases foreground and background fill colors

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

--- Comment #2 from Dominik Stadler <do...@gmx.at> ---
Did some investigation on this:
* CellUtils currently only supports the indexed colors, not the newer full
colors
* When setting properties via setCellStyleProperties(), internally a new style
is created with only indexed colors being copied over
* Adding full support would require interface methods for setting/getting full
color in class Color, however support for full color in setters in
HSSFCellStyle is not available, so this would be needed as well here.

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