Hi, It could also be related to a different JVM implementation, which exact type and version of the JavaVM are you using? It is some IBM JDK or some other vendor?
Thanks... Dominik. On Wed, Jan 25, 2017 at 4:10 PM, Javen O'Neal <[email protected]> wrote: > https://poi.apache.org/faq.html#faq-N10025 > > Make sure you don't have mixed versions of POI on your class path. > > Also, why the com.sun namespace prefix to org.apache.poi? Is this something > that resin4 is doing? > > Are you using an unofficial fork of POI? > > On Jan 25, 2017 12:56 AM, "Christian Castelli" < > [email protected]> > wrote: > > > Have you included this dependency for your project? > > > > <dependency> > > <groupId>org.apache.poi</groupId> > > <artifactId>poi-ooxml</artifactId> > > <version>${apache.poi.version}</version> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > >
