On Thu, 15 Apr 2010, Andre-John Mas wrote:
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?

Your file isn't in the expected structure. You could try running org.apache.poi.poifs.dev.POIFS.POIFSLister against it to see what it contains instead

Nick

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

Reply via email to