Hi!
I cannot find a way how to convert a color index, read by
HSSFStyle.getFillBackgroundColor() can be converted to RGB.
If I could create a HSSFColor object with a given color index as
parameter, or use a HSSFColor.setIndex() methode (which does not exist),
I could use HSSFColor.getHexString() or HSSFColor.getTriplet() to get
the information I need.
Can you tell me how I can find out an RGB color value from an
HSSFStyle.getFillBackgroundColor() index?
kind reagrds
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List: http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/