Bug 55900 - new HSSFWorkbook(InputStream) causes uncaught exception
Summary: new HSSFWorkbook(InputStream) causes uncaught exception
Status: RESOLVED DUPLICATE of bug 55901
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.9-FINAL
Hardware: PC Windows XP
: P2 blocker (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-18 03:00 UTC by Simon
Modified: 2013-12-18 05:49 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon 2013-12-18 03:00:41 UTC
When I do this:

   HSSFWorkbook workbook = new HSSFWorkbook(new FileInputStream(mInputFile));

in android debug mode, it succeeds.
But in android run time mode, it crashes my app and I even can't catch an exception
Comment 1 Nick Burch 2013-12-18 05:49:18 UTC
I believe this is the same problem, just without the more important part of the error message...

*** This bug has been marked as a duplicate of bug 55901 ***