Back

why xlsx file not supported by xlrd?

Created 4 years ago
2376 Views
2 Comments
Praveenc6ni3R
@Praveenc6ni3R
Praveenc6ni3R
@Praveenc6ni3RProfile is locked. Login

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

Comments (2)
Please login to comment.