I tried to open .xlsx file in python after importing xlrd package.But when I tried to open the file using xlrd.open_workbook() function, it shows the following error raise
XLRDError(FILE_FORMAT_DESCRIPTIONS[file_format]+'; not supported') xlrd.biffh.XLRDError: Excel xlsx file; not supported