vi
9 years agoOccasional Contributor
Reading from excel based on a condition
Hi,
i have scenario like i have an external excel file which contains TestcaseId,Inputdata1,Inputdata2.
i want to read the data from excel where testcase matches and get the inputdata corresponding to that testcases and pass thosse input to steps.
I have been trying to read from excel using different helper jexcel and other ways and nothing works.
Please can some one share the code to read from an excel file