Take data frome xcel (xls)file:-

FileInputStream fi=newFileInputStream(“Pathoftheexcelfile”);
Workbookw=Workbook.getWorkbook(fi);
Sheets=w.getSheet(0);
s.getCell(columnID,rowID).getContents())
ex:s.getCell(0,1).getContents();