I am using python 2.7 and xlwt module for excel export
I would like to set backgroung colour of a cell i know i can use
style1 = xlwt.easyxf('pattern: pattern solid, fore_colour red;')
but I would like to set custom color smth. like #8a8eef or is there a palette of possible colors, because light blue is not working :)
thank you
See Question&Answers more detail:os