XLRD is installed and tested:
>>> import xlrd >>> workbook = xlrd.open_workbook(\'Sample.xls\')
When I read the file through
For me this code works. Python 3
xlrd.open_workbook(file_contents=fileobj.content)