ContributionsMost RecentMost LikesSolutionsRe: Inserting data to excel with Groovy script will u please explain the above code.i am beginner in soap ui pro CL = 0; rows = sheet1.getRows(); for( tc_row in 1..rows-1){ WritableCell tmpA = sheet1.getCell(CL,tc_row); String s1 = tmpA.getContents(); log.info("$s1") Label label = new Label(CL,tc_row,s1); sheet2.addCell(label); Re: Inserting data to excel with Groovy script will u please explain the above code.i am beginner in soap ui pro