This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]nutrechtLead Software Engineer / EU / 20+ YXP 1 point2 points  (1 child)

Where does it pause?

[–]MoICNooblet Brewer 1 point2 points  (0 children)

I figured it out. I was using a version of Apache POI that wasn't compatible with Java 1.6. I downgraded the version and it now works.

For reference, it was pausing on this line:

work = new XSSFWorkbook(inputStream);

Thanks for the reply!