f

faxel

Faxel is excel to java mapping library. Using handy annotations, developer no longer need to manually parse excel files.
https://github.com/msokolowski1991/Faxel
Apache License
Michał Sokołowski
Files download
File Operation
faxel-1.0.0.jar download
faxel-1.0.0.pom download
faxel-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>pl.net.falcon</groupId>
  <artifactId>faxel</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'pl.net.falcon:faxel:1.0.0'
Gradle Kotlin
implementation("pl.net.falcon:faxel:1.0.0")
Scala SBT
libraryDependencies += "pl.net.falcon" % "faxel" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='pl.net.falcon', module='faxel', version='1.0.0')
)
Apache Ivy
<dependency org="pl.net.falcon" name="faxel" rev="1.0.0" />
Leiningen
[pl.net.falcon/faxel "1.0.0"]
Apache Buildr
'pl.net.falcon:faxel:jar:1.0.0'