Forum Discussion

Pankajyadav's avatar
Pankajyadav
New Contributor
11 years ago

Write properties to output Excel file

import jxl.* import jxl.write.* file = new File("D:\\soapui-practice\\OutputResult.xls") if(!file.exists()){ log.info "file does not exists create new worksheet headers, and first line of values...