Selenium: Excel Read and Write – using java jExcel(jxl)
According to http://jexcelapi.sourceforge.net/ – jexcel API is to read and write excel sheet data, Note: Excel should be of .xls format , if it is a .xlxs format, then open the excel and click onFile -> Save As and choose “Excel 97-2003 WorkBook” format. We can’t edit an existing excel, but can create a new excel(copy existing excel content) and update…