t

toexcel

This is a library that makes Excel easier to use in Java.
https://github.com/ckpoint/toexcel
apache-2.0
HeeSeob Lim
Files download
File Operation
toexcel-1.0.8.jar download
toexcel-1.0.8.pom download
toexcel-1.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ckpoint</groupId>
  <artifactId>toexcel</artifactId>
  <version>1.0.8</version>
</dependency>
Gradle Groovy
implementation 'com.github.ckpoint:toexcel:1.0.8'
Gradle Kotlin
implementation("com.github.ckpoint:toexcel:1.0.8")
Scala SBT
libraryDependencies += "com.github.ckpoint" % "toexcel" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ckpoint', module='toexcel', version='1.0.8')
)
Apache Ivy
<dependency org="com.github.ckpoint" name="toexcel" rev="1.0.8" />
Leiningen
[com.github.ckpoint/toexcel "1.0.8"]
Apache Buildr
'com.github.ckpoint:toexcel:jar:1.0.8'