Hi all,

When I try to parse an excel file the POIFSFileSystem throws the following
exception:

java.io.IOException: Unable to read entire block; 167 bytes read before EOF;
expected 512 bytes

        at 
org.apache.poi.poifs.storage.RawDataBlock.<init>(RawDataBlock.java:78)

        at 
org.apache.poi.poifs.storage.RawDataBlock.<init>(RawDataBlock.java:50)

        at
org.apache.poi.poifs.storage.RawDataBlockList.<init>(RawDataBlockList.java:52)

        at
org.apache.poi.poifs.filesystem.POIFSFileSystem.<init>(POIFSFileSystem.java:93)

...

Attached is the excel file that I'm trying to parse.

Any help would be greatly appreciated.

Best Regards,

Setya http://www.nabble.com/file/p15560778/Test.xls Test.xls 
-- 
View this message in context: 
http://www.nabble.com/Exception-when-parsing-excel-file-tp15560778p15560778.html
Sent from the POI - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to