Table/IO Excel Support

Uniformed Table Reader/Writer for Excel Files

License

License

Categories

Categories

ORM Data
GroupId

GroupId

info.informationsea.tableio
ArtifactId

ArtifactId

tableio-excel
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Table/IO Excel Support
Uniformed Table Reader/Writer for Excel Files
Project URL

Project URL

https://github.com/informationsea/tableio
Source Code Management

Source Code Management

https://github.com/informationsea/tableio/

Download tableio-excel

How to add to project

<!-- https://jarcasting.com/artifacts/info.informationsea.tableio/tableio-excel/ -->
<dependency>
    <groupId>info.informationsea.tableio</groupId>
    <artifactId>tableio-excel</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/info.informationsea.tableio/tableio-excel/
implementation 'info.informationsea.tableio:tableio-excel:0.2'
// https://jarcasting.com/artifacts/info.informationsea.tableio/tableio-excel/
implementation ("info.informationsea.tableio:tableio-excel:0.2")
'info.informationsea.tableio:tableio-excel:jar:0.2'
<dependency org="info.informationsea.tableio" name="tableio-excel" rev="0.2">
  <artifact name="tableio-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.informationsea.tableio', module='tableio-excel', version='0.2')
)
libraryDependencies += "info.informationsea.tableio" % "tableio-excel" % "0.2"
[info.informationsea.tableio/tableio-excel "0.2"]

Dependencies

compile (5)

Group / Artifact Type Version
info.informationsea.tableio : tableio-core jar 0.2
org.apache.poi : poi jar 3.17
org.apache.poi : poi-ooxml jar 3.17
org.apache.poi : poi-scratchpad jar 3.17
org.apache.poi : poi-ooxml-schemas jar 3.17

Project Modules

There are no modules declared in this project.

Table/IO Build Status

Uniformed Table Reader/Writer for CSV, TSV and Excel

Requirements

  • Apache POI
  • Java 7 or later

Documents

Downloads

Latest version is available at maven central

Warning

API of tableio is not stable.

License

GNU General Public License version 3 or later

Copyrights

  • Copyright (C) 2015 OKAMURA Yasunobu

How to use?

Please read test codes to learn how to use.

Versions

Version
0.2
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1