From: Renger on
Hi,

I have multiple worksheets in an Excel file and need to automatically read both the contents and the format of the cells. To explain further, the cells have been colored which information I need because the colors denote classes.

I use

h = actxserver('Excel.Application');

and I'm able to get info on the first cell but I need color information on all cells.

Thanks for your help.

Renger.