I am trying to read and write values in the excel using python. I have already done with the cell number but that is not the sufficient way. Could anyone please guide how to achieve the same. E.g.
Test no TestCase Build Result Expected Actual Username Password 1 loginWithValidID_StatusCode admin admin 2 loginWithValidID_Body 403 admin admin 3 loginWithValidID_Login_Token TRUE admin admin 4 loginWithValidID_VersionedUR http://xx.xxx.xx.xxx:xxx/ admin admin
5 loginWithInvalidID_StatusCode 403 admin admin1 6 loginWithInvalidID_Body empty admin admin1 7 loginWithInvalidID_Login_Token empty admin admin1 8 loginWithInvalidID_VersionedUR empty admin admin1
Here first I need to read the expected value first against the test case name and then fill the actual and result in the respective column. Please help.