Hello,
I am getting the following error in execution of file with code to read data from xl file.
Please help what could be the issue.
File "D:\Kalpana\learnbay_python\pytest_training\venv\lib\site-packages\xlrd\__init__.py", line 170, in open_workbook
raise XLRDError(FILE_FORMAT_DESCRIPTIONS[file_format]+'; not supported')
xlrd.biffh.XLRDError: Excel xlsx file; not supported
Thank you
Kalpana
Hello,
I was able to solve the above issue by using openpyxl package instead of xlrd package. I was able to perform operations fine.
In Datadrivenframework project i am facing the below issue. Error says
this is the link of allure report http://192.168.246.1:64880/index.html#suites/7db21133bf389fa43eef71e3fe0b0e68/6b0d934c37b6a970/
and code file is attatched. Please check and suggest where i am doing wrong.
Hello...
Fixed the issue by referring previous forum queries.
Instructor
09914040666 Replied on 14/07/2021
Hey,
Thank you for the update.