On Sat, 12 Jan 2013, dmv wrote:
My problem is that I cannot see a way to convert the cell border and/or background colors from the internal Excel HSSF or XSSF format to RGB so that I can used the equivalent hex string as an HTML color attribute.

I think the two methods you'll want are:
http://poi.apache.org/apidocs/org/apache/poi/hssf/util/HSSFColor.html#getHexString()
http://poi.apache.org/apidocs/org/apache/poi/xssf/usermodel/XSSFColor.html#getARGBHex()

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to