[Bug 62728] ClassNotFoundException: org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSheetsImpl$1SheetList

2018-09-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62728 --- Comment #6 from Andreas Beeker --- With #56854 we've replaced most (all?) calls to get*List(). As we have now control over XmlBeans, we could do ... a) ... nothing, because it's in the full schema b) ... remove the ...List() calls on the s

[Bug 62728] ClassNotFoundException: org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSheetsImpl$1SheetList

2018-09-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62728 --- Comment #5 from PJ Fanning --- org.openxmlformats classes are not part of the POI public API. They are merely implementation classes. If you insist on using them directly, that is up to you - but the POI team are not providing any guarantee

[Bug 62728] ClassNotFoundException: org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSheetsImpl$1SheetList

2018-09-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62728 --- Comment #4 from Javi --- Cool, getSheetArray can solve my problem. Nevertheless, getSheetList method is not correct and that problem should be fixed or the method removed because it is going to be continuously raising that exception. -- Y

[Bug 62728] ClassNotFoundException: org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSheetsImpl$1SheetList

2018-09-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62728 --- Comment #3 from PJ Fanning --- There is an ooxml-schemas 1.4 which was released with poi 4.0.0. ooxml-schemas 1.3 is the jar that poi-ooxml-schemas-3.17 is built from. getSheetList can be replaced with getSheetArray - the latter method doe

[Bug 62728] ClassNotFoundException: org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSheetsImpl$1SheetList

2018-09-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62728 --- Comment #2 from Javi --- Created attachment 36151 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36151&action=edit screenshot of the problematic class What I mean is that in poi-ooxml-schemas jar, the class CTSheetsImpl is not corr

[Bug 62728] ClassNotFoundException: org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSheetsImpl$1SheetList

2018-09-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62728 PJ Fanning changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug 62728] New: ClassNotFoundException: org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSheetsImpl$1SheetList

2018-09-17 Thread bugzilla
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-FINA

Re: Speaking on POI at China Open Source Conference in October

2018-09-17 Thread Nick Burch
On Sat, 15 Sep 2018, Dave Fisher wrote: I’ll be at Apachecon Montreal, anyone else? I'll be there! Happy to look at draft slides then, and offer advice :) Nick - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For addi