MVN

nz.ac.waikato.cms.weka : WekaExcel

Maven & Gradle

Jan 15, 2021

WekaExcel · WekaExcel adds support to directory read from and write to spreadsheets in Microsoft Excel 97-2007 format. It uses Apache POI (http://poi.apache.org/), specifically POI-HSSF and POI-XSSF (http://poi.apache.org/spreadsheet/), in order to read/write Excel spreadsheets.

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>WekaExcel</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.ac.waikato.cms.weka : WekaExcel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of nz.ac.waikato.cms.weka : WekaExcel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
WekaExcel-1.0.8
WekaExcel-1.0.6
WekaExcel-1.0.5
WekaExcel-1.0.4
WekaExcel-1.0.3

How to add a dependency to Maven

Add the following nz.ac.waikato.cms.weka : WekaExcel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>WekaExcel</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.ac.waikato.cms.weka : WekaExcel gradle dependency to your build.gradle file:

implementation 'nz.ac.waikato.cms.weka:WekaExcel:1.0.8'

Gradle Kotlin DSL: Add the following nz.ac.waikato.cms.weka : WekaExcel gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.ac.waikato.cms.weka:WekaExcel:1.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.ac.waikato.cms.weka : WekaExcel sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.ac.waikato.cms.weka" % "WekaExcel" % "1.0.8"