Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julian-eggers/texin
With Texin you have to implement only one reader to process different spreadsheet-files (XLSX, CSV, TXT)
https://github.com/julian-eggers/texin
csv excel java parser reader spreadsheet text
Last synced: 11 days ago
JSON representation
With Texin you have to implement only one reader to process different spreadsheet-files (XLSX, CSV, TXT)
- Host: GitHub
- URL: https://github.com/julian-eggers/texin
- Owner: julian-eggers
- License: mit
- Created: 2013-10-10T18:34:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T23:19:04.000Z (almost 6 years ago)
- Last Synced: 2024-10-10T05:37:11.358Z (28 days ago)
- Topics: csv, excel, java, parser, reader, spreadsheet, text
- Language: Java
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
texin
=====[![Maven Central](https://img.shields.io/maven-metadata/v/http/central.maven.org/maven2/com/itelg/texin/maven-metadata.xml.svg)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.itelg%22%20AND%20a%3A%22texin%22)
[![Codacy Badge](https://api.codacy.com/project/badge/grade/93051c8f98cf42139c36eded2c772ad0)](https://www.codacy.com/app/eggers-julian/texin)
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/93051c8f98cf42139c36eded2c772ad0)](https://www.codacy.com/app/eggers-julian/texin)
[![Build Status](https://travis-ci.org/julian-eggers/texin.svg?branch=master)](https://travis-ci.org/julian-eggers/texin)With Texin you have to implement only one reader to process different spreadsheet-files
#### Maven
```xmlcom.itelg
texin
0.5.0-RELEASE