p

poi-ooxml-full

XmlBeans generated from the Ecma supplied xsds (since POI 5.0.0, the 5th edition is used): https://www.ecma-international.org/publications/standards/Ecma-376.htm
https://poi.apache.org/
Apache License, Version 2.0
Apache Software Foundation
Files download
File Operation
poi-ooxml-full-5.2.5.jar download
poi-ooxml-full-5.2.5.pom download
poi-ooxml-full-5.2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.poi</groupId>
  <artifactId>poi-ooxml-full</artifactId>
  <version>5.2.5</version>
</dependency>
Gradle Groovy
implementation 'org.apache.poi:poi-ooxml-full:5.2.5'
Gradle Kotlin
implementation("org.apache.poi:poi-ooxml-full:5.2.5")
Scala SBT
libraryDependencies += "org.apache.poi" % "poi-ooxml-full" % "5.2.5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.poi', module='poi-ooxml-full', version='5.2.5')
)
Apache Ivy
<dependency org="org.apache.poi" name="poi-ooxml-full" rev="5.2.5" />
Leiningen
[org.apache.poi/poi-ooxml-full "5.2.5"]
Apache Buildr
'org.apache.poi:poi-ooxml-full:jar:5.2.5'
Dependencies