我使用python 2.7和xlwt模块进行excel导出
我想设置我知道可以使用的单元格的背景颜色
style1 = xlwt.easyxf('pattern: pattern solid, fore_colour red;')
但我想设置自定义颜色smth.比如#8a8eef或者是否有可能颜色的调色板,因为浅蓝色不起作用:)
谢谢
python format excel xlwt
excel ×1
format ×1
python ×1
xlwt ×1