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
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
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
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=62728
PJ Fanning changed:
What|Removed |Added
Resolution|--- |WONTFIX
Status|NEW
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
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