INFOrow 3 or column UserName does not exist in xls | SOAPUI Forum
S
srikanth jangam Posted on 28/12/2018
Hi I am created the JAR file and placed in the Lib folder and when i run the below groovy script i get the message "Info row or column does not exist in xls.

import com.soapuitutorial.property.*
Xls_Reader xls = new Xls_Reader("C:\\Users\\JANGAMS\\TestCases.xls")
log.info xls.getCellData("Logintest", "UserName", 3)


Please can someone help me on this.

S
srikanth jangam Replied on 02/01/2019

THis is working now so please i would appreciate if you can help on the other two questions i posted.