Back

xlrd package not opening xlsx files

Created 4 years ago
33 Views
1 Comments
RajA3Tm72c
@RajA3Tm72c
RajA3Tm72c
@RajA3Tm72cProfile is locked. Login
loc=("C:\\Users\\call4\\PycharmProjects\\Raj\\numtoletter.xlsx") wb = xlrd.open_workbook(loc) The above code is error. But if i use xls format, it works. How the code should be to read all format files including xlsx.
Comments
Please login to comment.