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 2015/09/14 19:54:59 UTC

[Bug 56548] XSSFCellStyle.getFillBackgroundColor should return 65 (not 64) when a fillBackgroundColor has not been explicitly set

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

--- Comment #7 from Dominik Stadler <do...@gmx.at> ---
For HSSF there is some very strange back-and-forth conversion which seems to
try to handle this transparently, i.e. conver to 64 and 65 as needed, see e.g.
HSSFCellStyle.checkDefaultBackgroundFills(), however I'm not sure if this does
what it should always and if it would make sense to do similar things on the
XSSF side. Usually I'd rather remove this special handling in HSSF as well,
however it might cause compatibility issues with previous versions of POI...

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