Hi,

I am trying to read an Excel 2007 file and I running into the following issue:

java.lang.IllegalArgumentException: The supplied POIFSFileSystem does not 
contain a BIFF8 'Workbook' entry. Is it really an excel file?
      at 
org.apache.poi.hssf.usermodel.HSSFWorkbook.getWorkbookDirEntryName(HSSFWorkbook.java:236)
      at 
org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:258)
      at 
org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:201)
      at 
org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:317)
      at 
org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:298)
      at 
org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:60)
      
Other Excel 2007 files open without any issues, and while this particular Excel 
file doesn't open
with POI, it does in Excel 2007. Are there any POIdevelopers who would be able 
to look at this file,
to see what the cause may be? I have not attached the file.

André-John
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to