texin

With Texin you have to implement only one reader to process different spreadsheet-files (XLSX, CSV, TXT)

License

License

GroupId

GroupId

com.itelg
ArtifactId

ArtifactId

texin
Last Version

Last Version

0.5.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

texin
With Texin you have to implement only one reader to process different spreadsheet-files (XLSX, CSV, TXT)
Project URL

Project URL

https://github.com/julian-eggers/texin
Source Code Management

Source Code Management

https://github.com/julian-eggers/texin

Download texin

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.poi : poi jar 4.0.1
org.apache.poi : poi-ooxml jar 4.0.1
org.slf4j : slf4j-api jar 1.7.25

test (5)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.11.1
org.easymock : easymock jar 4.0.1
org.powermock : powermock-module-junit4 jar 2.0.0-RC.3
org.powermock : powermock-api-easymock jar 2.0.0-RC.3
org.jacoco : org.jacoco.agent jar 0.8.2

Project Modules

There are no modules declared in this project.

texin

Maven Central Codacy Badge Codacy Badge Build Status

With Texin you have to implement only one reader to process different spreadsheet-files

Maven

<dependency>
  <groupId>com.itelg</groupId>
  <artifactId>texin</artifactId>
  <version>0.5.0-RELEASE</version>
</dependency>

Versions

Version
0.5.0-RELEASE
0.4.0-RELEASE
0.3.3-RELEASE
0.3.2-RELEASE
0.3.1-RELEASE
0.3.0-RELEASE