t

templated-excel

Defining Excel styles with HTML and CSS. It's a templated language, as same as HTML.
http://www.joowing.com
Apache 2
com.github.braisdom
Braisdom Wang
文件下载
文件名 操作
templated-excel-1.1.0.jar 下载
templated-excel-1.1.0.pom 下载
templated-excel-1.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.braisdom</groupId>
  <artifactId>templated-excel</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.braisdom:templated-excel:1.1.0'
Gradle Kotlin
implementation("com.github.braisdom:templated-excel:1.1.0")
Scala SBT
libraryDependencies += "com.github.braisdom" % "templated-excel" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.braisdom', module='templated-excel', version='1.1.0')
)
Apache Ivy
<dependency org="com.github.braisdom" name="templated-excel" rev="1.1.0" />
Leiningen
[com.github.braisdom/templated-excel "1.1.0"]
Apache Buildr
'com.github.braisdom:templated-excel:jar:1.1.0'