how to read the xlsx color infomation by using openpyxl
I am using openpyxl to read excel file. For my application, i need to read the background color of the cell in the xlsx file But i cant find how to load those color info. I tried to use cell.style.fill.color.index, but it only return FFFFFFFF as background which is not correct to the file i read. Does openpyxl support reading color format? UPDATE (2014): I updated openpyxl to v. 2.2. They seem to have resolved the problem that I documented in my original answer (see below). I am now able to successfully retrieve the background color after I've set it manually through Excel. However, the syntax