On Jun 9, 10:17 am, John Machin <
sjmac...@lexicon.net> wrote:
> On 8/06/2010 11:58 PM, python-excel-kid wrote:
>
> > I wanted to read images/graphs inside an excel file using python. Is
> > there a way i can either
>
> > a. Read the image/graph directly from an excel file
> > b. Read an image/graph file from excel and store in separately as an
> > image file.
>
> > Can i use xlrd or any other module to do the above?
>
> As the "readme" file says, not with xlrd.
>
> You should be able to do it on Windows with the COM component of pywin32