I am using the xlrd python excel library python-excel. I can read my excel workbook allright (I must say their tutorials are pretty good). BUT I can't retrieve an image stored in a worksheet and thats killing me.

ANY Python method on retrieving an image from a worksheet would be appreciated Thanks

link|improve this question
feedback

1 Answer

Sorry, I don't think xlrd is able to do so. You can embed an image with xlwt, but can't retrieve objects like charts, images and so on in xlrd...

You will have to confirm on the python-excel list, ask there.

link|improve this answer
ooh.. I was afraid of such an answer thanks.. – pkanane Dec 9 '10 at 9:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.