We recommend to use Maven, or you need to obtain required JAR manually.

Prerequisites

Exporting requires POI

If you need to export a Pivottable to an Excel xlsx/xls file, you need to include additional jar files.

since 3.1.0 Customer only, need Maven account/password.

You also need the following 3rd party libraries that you can get from maven central repository:

  • org.apache.commons:commons-math3:jar:3.6.1
  • org.apache.xmlbeans:xmlbeans:jar:5.0.3
  • org.apache.poi:poi-ooxml-full:jar:5.2.2
  • commons-codec:commons-codec:jar:1.15

Older version

For older versions, you can download zpoi jar at the following URL:

No authentication required.

You also need the following 3rd party libraries that you can get from maven central repository

  • dom4j-1.6.1.jar
  • ooxml-schemas-1.1.jar
  • xmlbeans-2.3.0.jar

Install

Simply include the Pivottable jar in your ZK project, then it is available for you.

Jakarta EE

Since Pivottable is independent of Java EE–specific APIs, so the same jar file can work on both Java EE and Jakarta EE.