I tried to open the excel using the code given below:
loc="/Users/shruti/Downloads/user.xlsx"
wb=xlrd.open_workbook(loc)
I get the following error.
XLRDError: Excel xlsx file; not supported
How do I resolve it?
I tried to open the excel using the code given below:
loc="/Users/shruti/Downloads/user.xlsx"
wb=xlrd.open_workbook(loc)
I get the following error.
XLRDError: Excel xlsx file; not supported
How do I resolve it?