https://issues.apache.org/bugzilla/show_bug.cgi?id=56294
Bug ID: 56294 Summary: Cannot parse an XLSX Product: POI Version: 3.10 Hardware: PC Status: NEW Severity: critical Priority: P2 Component: XSSF Assignee: dev@poi.apache.org Reporter: eamo...@thyme-it.ie I am trying to open a workbook in an XLSX format in order to parse it and retrieve certain elements from certain cells. The file is provided by a customer. Please find (a modified version of) the file attached. I am able to open the file directly in Excel, but not in POI. I'm running Java version jdk1.6.0_23 and have installed version 3.10 of the POI library package. When attempting to parse the file using "org.apache.poi.xssf.usermodel.XSSFWorkbook", Memory usage jumps from under 200KB to over 1.1GB. The CPU also jumps to 100% capacity. The program then stalls and does not recover. The Debug window in Eclipse shows a large number (380) of Threads as "Running". I would really appreciate it if you could investigate the cause behind this issue. Thanks in advance, Eamonn. P.s. I looked at bug 55769, but we do not get any error message - Java just hangs... -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org