FollowSharexlrd package not opening xlsx filesCreated 4 years ago 33 Views 1 CommentsPython @RajA3Tm72c@RajA3Tm72cProfile is locked. Loginloc=("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.
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.