Re: xlrd Can't find workbook in OLE2 compound document

2014-09-17 Thread dieter
Andi Vaganerd writes: > I'm trying to open an excel file (.xlsx) using python module xlrd. > And I'm getting this error over here: > > "Can't find workbook in OLE2 compound document" I interprete this message as follows: the excel content in your file is wrapped in an atypical way (an OLE2 compou

xlrd Can't find workbook in OLE2 compound document

2014-09-17 Thread Andi Vaganerd
Hello, I'm trying to open an excel file (.xlsx) using python module xlrd. And I'm getting this error over here: "Can't find workbook in OLE2 compound document" Is there anybody here already got this problem? How do you resolve it? I've a very simple python program to open that, but it just doesn