JFlat

JFlat's purpose is to convert flat files to Java Beans and vice versa. Some supported formats are CSV, fixed-width, arbitrary delimiters, and excel files. There are also tools to generate Java Beans to/from JDBC and Swing tables. JFlat is highly extensible and can be adopted to support additional formats.

License

License

GroupId

GroupId

com.tecacet
ArtifactId

ArtifactId

jflat
Last Version

Last Version

1.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

JFlat
JFlat's purpose is to convert flat files to Java Beans and vice versa. Some supported formats are CSV, fixed-width, arbitrary delimiters, and excel files. There are also tools to generate Java Beans to/from JDBC and Swing tables. JFlat is highly extensible and can be adopted to support additional formats.
Project URL

Project URL

http://code.google.com/p/jflat/
Project Organization

Project Organization

TecAceT

Download jflat

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
commons-beanutils : commons-beanutils jar 1.8.3
joda-time : joda-time jar 2.8
net.sourceforge.jexcelapi : jxl jar 2.6.12
org.apache.poi : poi jar 3.10.1
org.apache.poi : poi-ooxml jar 3.10.1
org.jodd : jodd-bean jar 3.6.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.7.0