Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 340 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 340 Bytes

ANDROID CSV

library for exporting data to csv

How to use

Download via gradle :

compile 'com.github.abdymm:androidcsv:0.1.5'

or Maven:

<dependency>
  <groupId>com.github.abdymm</groupId>
  <artifactId>androidcsv</artifactId>
  <version>0.1.5</version>
  <type>pom</type>
</dependency>

How it Works