try{
ReadExcel test = new ReadExcel();
test.setInputFile("C:/Users/PRIYA/Documents/NetBeansProjects/JavaApplication2/src/dbscan/Input.xls");

corrdinatMap= (HashMap)test.read();...