1 year ago

#275303

test-img

user18419235

Trying to import an excel into the database using python xlrd package gives an error: XLRDError: Excel xlsx file; not supported

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?

python

xlrd

0 Answers

Your Answer

Accepted video resources