Hi, I have written a set of classes to convert a spreadsheet to an accurate html representation. This works fine with xls sheets but I'm having a problem with xlsx sheets when theme colors are used.
When I use the XSSFColor.getARGBHex() method it works fine if the color was one of the standard colors but if it was a theme color (including white) then this method returns null. I could use the getTheme method but I wouldn't know what to do with the result. Is there a utility class somewhere, or a standard technique, to reliably get an RGB code for an XSSFColor regardless of whether it is a theme color or a standard color. Many thanks. -- View this message in context: http://apache-poi.1045710.n5.nabble.com/XSSF-Theme-colors-tp3212743p3212743.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
