https://issues.apache.org/bugzilla/show_bug.cgi?id=53371
Priority: P2
Bug ID: 53371
Assignee: [email protected]
Summary: XSSFColor not correctly created from hex code
Severity: major
Classification: Unclassified
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: unspecified
Component: XSSF
Product: POI
I want to set the foreground color of a cell to a given color in hex code. For
example, when I try to set it to red:
style.setFillForegroundColor(new
XSSFColor(Color.decode("#FF0000")).getIndexed());
No matter what Hex value I set in the parameter for the decode function, the
getIndexed function will always return the black color.
--
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]