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

--- Comment #2 from Dominik Stadler <dominik.stad...@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-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to