https://bz.apache.org/bugzilla/show_bug.cgi?id=62728
Bug ID: 62728 Summary: ClassNotFoundException: org.openxmlformats.schemas.spreadsheetml.x2006.main.im pl.CTSheetsImpl$1SheetList Product: POI Version: 3.17-FINAL Hardware: PC Status: NEW Severity: blocker Priority: P2 Component: XSSF Assignee: dev@poi.apache.org Reporter: jper...@denodo.com Target Milestone: --- getSheetList method throws the following exception: ClassNotFoundException: org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSheetsImpl$1SheetList at org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSheetsImpl.getSheetList ... Checking the decompiled code of the class CTSheetsImpl it is possible to see a strange dependency: import org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSheetsImpl.1SheetList; That inner class is not there. It looks like the method getSheetList was refactored in version 1.6 and a big part of the code moved to that class that I can not find. -- 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