Could you please let me know how can i set the RGB value to a specified color to a Workbook? I would like to use something similar to:
workbook.setColourRGB(Colour c, int r, int g, int b), where c - the colour whose RGB value is to be overwritten r - the red portion to set (0-255) g - the green portion to set (0-255) b - the blue portion to set (0-255) Please let me know if this is possible. Regards, Shankar -- View this message in context: http://apache-poi.1045710.n5.nabble.com/How-to-set-RGB-value-for-the-specified-colour-to-a-workbook-tp3369098p3369098.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]
