I use xlwt Python library to write data in excel workbook.
And now I have some problems with adding background color to excel cell.
For example I have next color in RGB(10,20,30), what is the easiest way to do this?
Is there any way to set this color to cell?
I found only this post which similar with my problem.
In this example, I have shown how to set background color for cells, you can run it for result: