is not current version
Last Version 1.0.8

nz.ac.waikato.cms.weka:WekaExcel 1.0.4

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.

Categories

Categories

Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

WekaExcel
Version

Version

1.0.4
Type

Type

jar

Download WekaExcel 1.0.4


<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/WekaExcel/ -->
<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>WekaExcel</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/WekaExcel/
implementation 'nz.ac.waikato.cms.weka:WekaExcel:1.0.4'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/WekaExcel/
implementation ("nz.ac.waikato.cms.weka:WekaExcel:1.0.4")
'nz.ac.waikato.cms.weka:WekaExcel:jar:1.0.4'
<dependency org="nz.ac.waikato.cms.weka" name="WekaExcel" rev="1.0.4">
  <artifact name="WekaExcel" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='WekaExcel', version='1.0.4')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "WekaExcel" % "1.0.4"
[nz.ac.waikato.cms.weka/WekaExcel "1.0.4"]