License |
License |
---|---|
Categories |
CategoriesWeka Business Logic Libraries Machine Learning |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIdWekaExcel |
Last Version | Last Version1.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWekaExcel
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
WekaExcel-1.0.8.pom | |
WekaExcel-1.0.8.jar | 12 KB |
WekaExcel-1.0.8-tests.jar | 4 KB |
WekaExcel-1.0.8-test-sources.jar | 1 KB |
WekaExcel-1.0.8-sources.jar | 8 KB |
WekaExcel-1.0.8-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/WekaExcel/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>WekaExcel</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/WekaExcel/
implementation 'nz.ac.waikato.cms.weka:WekaExcel:1.0.8'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/WekaExcel/
implementation ("nz.ac.waikato.cms.weka:WekaExcel:1.0.8")
'nz.ac.waikato.cms.weka:WekaExcel:jar:1.0.8'
<dependency org="nz.ac.waikato.cms.weka" name="WekaExcel" rev="1.0.8">
<artifact name="WekaExcel" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='WekaExcel', version='1.0.8')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "WekaExcel" % "1.0.8"
[nz.ac.waikato.cms.weka/WekaExcel "1.0.8"]
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | jar | [3.7.1,) |
org.apache.poi : poi | jar | 3.17 |
org.apache.poi : poi-ooxml | jar | 3.17 |
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.7.3,) |
junit : junit | jar | 4.13.1 |