Reading data from Excel sheet using JExcel API
using Java we can read the data from Excel sheets by creating type1 driver , but here we are taking help of JExcelapi we can able to read data directly from the Excel sheets. steps to be follow: step 1: download JExcel api from here step2: after downloading extract the zip file. make jxl.jar available…
