Avatar of pmamata
pmamata

asked on 

How can I read a excel 2007 file from java? How can I create a Woekbook reference for the excel 2007 file?

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?
 
Java EEJSPWeb Servers

Avatar of undefined
Last Comment
mrcoffee365

8/22/2022 - Mon