Determine cell color (and other formatting) within an Excel sheet?

Mitch,

It's quite clunky, but you can read xlsx files as wit the XML Reader and determine cell formats via XPath. Also works with pptx files etc. Awkward, but occasionally a nice end-user interface option.

Cheers
E