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

--- Comment #8 from Sagar <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to