Hi,
I am using the code file = new File(absolute file path\fileName);
workbook = Workbook.getWorkbook(file);
Sheet sheet = workbook.getSheet(0);
this is working fine for .xls file but not working for excel 2007( .xlsx).
I want to read from an Excel 2007 file.
Please help me?