/easyCsvHandler

an easy to use java csv file handler

Primary LanguageJavaMIT LicenseMIT

easyCsvHandler

An easy to use Java CSV File Handler library based on Apache Commons CSV

Usage

see unit tests

Integration

Gradle Dependency

Add this in your build.gradle file:

repositories {
    maven { url 'https://jitpack.io' }
}
...
dependencies {
    compile 'com.github.atz3n:easyCsvHandler:v0.4'
}

Manually

Download the library