I have seen some posts that say you can NOT perform conditional formatting using xlwt
, but they were rather old. I was curious if this has evolved?
I have been searching for about half a day now. Furthermore, if I con't write it directly from xlwt
, can I create an .xls
file containing a single cell with the conditional format I want and have xlrd
read that format and paste it into the sheet I aim to produce then using xlwt
?