I am new to Python. I need to create another Excel file from an Excel Excel file.
I need to create a new excel file as a "final test result" with column values such as test case ID"Function loop1", "function loop2", which is the result of resp test case, etc. from my test_report.xls (as in the bottom image) Can anyone share a script with Python for this?
source
share