I have ~300 .xls files that I need to import to Python. I've tried xlrd and pandas read_excel and both fail the import with "Unsupported format, or corrupt file: Expected BOF record; found '="XS1351'.
Roughly half the columns on each sheet have quotes and leading equalsign ="THISFORMAT"
The other half have no quotes or special characters. Any help is much appreciated