You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2010/04/13 14:44:59 UTC

DO NOT REPLY [Bug 46391] java.io.IOException: Cannot remove block[ 11024 ]; out of range[ 0 - 9406 ]

https://issues.apache.org/bugzilla/show_bug.cgi?id=46391

--- Comment #8 from Sagar <sa...@zeonsolutions.com> 2010-04-13 08:44:55 EDT ---
I am also getting same error when excel file size is big. I am using FTPClient
(Apache Commons Net API) to get input stream of Excel file by calling ,

InputStream oInputStream = ftpClient.retrieveFileStream("data.xls");
POIFSFileSystem oPOIFSFileSystem = new POIFSFileSystem(oInputStream);
HSSFWorkbook oHSSFWorkbook = new HSSFWorkbook(oPOIFSFileSystem);

And I am getting same error. I am using latest version of POI
(poi-3.6-20091214.jar). 

Please look into the issue.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org