OK - thanks.
/Bengt
2016-06-13 11:35 GMT+02:00 Javen O'Neal :
> To better understand what the XLSX format can store, both to decipher the
> XML you pasted in the previous email and to learn about any
> optional tags that weren't in your snippet, you can skim through the
> OOXML schema.
>
> How
Hello Nick,
I am also getting the same exception as
java.lang.NoSuchMethodError:
javax.xml.namespace.QName.(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
at org.apache.xmlbeans.impl.store.Locale.(Locale.java:133)
I am using following jars
javax.xml.stream-1.0.1,
poi-3.8-final-jdk1.4-
On Tue, 14 Jun 2016, pavanikureti wrote:
I am using following jars
javax.xml.stream-1.0.1,
poi-3.8-final-jdk1.4-20120520-rc1,
poi-3.8-final-jdk1.4-ooxml-20120520-rc1,
xmlbeans-2.3.0.jar,
dom4j.jar,
ooxml-schemas-1.0.jar
Can you please let me know am I using the correct jars?
Nope, you should r
Thanks for the reply.
I will change the poi jars with the suggested version. I am using few more
jars also as below.
javax.xml.stream-1.0.1, xmlbeans-2.3.0.jar, dom4j.jar, ooxml-schemas-1.0.jar
Are these fine?
Below code is working fine in the standalone java class with the same set of
jars. But
On Tue, 14 Jun 2016, pavanikureti wrote:
I will change the poi jars with the suggested version. I am using few
more jars also as below. javax.xml.stream-1.0.1, xmlbeans-2.3.0.jar,
dom4j.jar, ooxml-schemas-1.0.jar Are these fine?
See http://poi.apache.org/overview.html#components for the detail
In addition, you are going to have to upgrade your Java as POI 3.14 requires
Java 1.6.
-Original Message-
From: Nick Burch [mailto:apa...@gagravarr.org]
Sent: Tuesday, June 14, 2016 6:59 AM
To: POI Users List
Subject: Re: Reading xlsx file using poi3.7
On Tue, 14 Jun 2016, pavanikureti
Thanks for the reply.
I got confused because code is working in the stand alone java class with
the same set of jars but not with the application.
Thanks,
Pavani
--
View this message in context:
http://apache-poi.1045710.n5.nabble.com/Reading-xlsx-file-using-poi3-7-tp3280913p5723402.html
Se