in reply to How to use Spreadsheet-ParseExcel-0.2602 to extract the bgcolor of each cell

According to the documentation, Fill returns an arrayref [ Pattern, Front Color, Back Color ] where the color elements are some kind of index. The module also provides a method ColorIdxToRGB which accepts a color index.

I've only read the documentation (I don't even use Windows or Excel :-), but it seems to me that it should be possible. What are you trying now in your code?

Arjen