br.com.tecsinapse:tecsinapse-data-io

A simple way to work with CSV, XLSX? and TXT files

License

License

Categories

Categories

Data
GroupId

GroupId

br.com.tecsinapse
ArtifactId

ArtifactId

tecsinapse-data-io
Last Version

Last Version

3.1.8
Release Date

Release Date

Type

Type

jar
Description

Description

br.com.tecsinapse:tecsinapse-data-io
A simple way to work with CSV, XLSX? and TXT files
Project URL

Project URL

https://github.com/tecsinapse/tecsinapse-data-io
Project Organization

Project Organization

TecSinapse
Source Code Management

Source Code Management

https://github.com/tecsinapse/tecsinapse-data-io

Download tecsinapse-data-io

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
com.google.guava : guava jar 19.0
org.apache.poi : poi jar 4.0.1
org.apache.poi : poi-ooxml jar 4.0.1
org.reflections : reflections jar 0.9.11
org.slf4j : slf4j-api jar 1.7.26

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.6

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.9.10

Project Modules

There are no modules declared in this project.

Tecsinapse Data Input and Output

License (LGPL version 3) Auto build CI Quality Gate Status Coverage Status Maven Central Javadoc Wants to contribute to tecsinapse-data-io?

Before working on the code, if you plan to contribute changes, please read the following CONTRIBUTING document.

IMPORTANT

In version >= 3 package moved from br.com.tecsinapse.exporter to br.com.tecsinapse.dataio

Using tecsinapse-data-io

Maven:

<dependency>
  <groupId>br.com.tecsinapse</groupId>
  <artifactId>tecsinapse-data-io</artifactId>
  <version>3.1.x</version>
</dependency>

Gradle:

compile "br.com.tecsinapse:tecsinapse-data-io:3.1.x"

If you want to use snapshots first config OSS Sonatype Snapshots repository:

Maven:

<repositories>
    <repository>
        <id>oss-snapshots</id>
        <name>OSS Snapshots</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
</repositories>

Gradle:

repositories {
    maven {
        url 'https://oss.sonatype.org/content/repositories/snapshots'
    }
}

And then the dependency:

<dependency>
  <groupId>br.com.tecsinapse</groupId>
  <artifactId>tecsinapse-data-io</artifactId>
  <version>3.1.x-SNAPSHOT</version>
</dependency>

Gradle:

compile 'br.com.tecsinapse:tecsinapse-data-io:3.1.x-SNAPSHOT'

Documentation and samples

For documentation and samples check out our wiki

Getting Started

Go to Getting Started to usage example.

Need help or found an issue?

When reporting an issue through the issue tracker on GitHub, please use the following guidelines:

  • Check existing issues to see if it has been addressed already
  • The version of tecsinapse-data-io you are using
  • A short description of the issue you are experiencing and the expected outcome
  • Description of how someone else can reproduce the problem
  • Paste error output or logs in your issue or in a Gist. If pasting them in the GitHub issue, wrap it in three backticks: ``` so that it renders nicely
  • Write a unit test to show the issue!

License

This project and its documentation are licensed under the LGPL license. Refer to LICENCE for more information.

br.com.tecsinapse

tecsinapse

TecSinapse

Versions

Version
3.1.8
3.1.7
3.1.6
3.1.4
3.1.3
3.0.3-b
3.0.3
3.0.2
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.60