Hi All,
I'm having some problems when I try to open an excel file with pd.read_excel().
The target file is one generated by PHPexcel. It cannot be opened directly with pandas. If I open it in excel first, then it is ok, but If I try it to open directly after it was downloaded, It shows an error. It seems that the solution is to add a pass condition in the file compdoc.py, that is part of the xlrd module. The one that pd.read_excel() uses.
Any help in order to edit the file or use an alternate method would be highly appreciated.
Thanks. Alejandro.