e

excel

基于easyexcel封装的,使得对excel的操作更便捷
https://gitee.com/efeichong/excel
The Apache Software License, Version 2.0
lixuankun
Files download
File Operation
excel-1.0.13.jar download
excel-1.0.13.pom download
excel-1.0.13-sources.jar download
Apache Maven
<dependency>
  <groupId>com.efeichong</groupId>
  <artifactId>excel</artifactId>
  <version>1.0.13</version>
</dependency>
Gradle Groovy
implementation 'com.efeichong:excel:1.0.13'
Gradle Kotlin
implementation("com.efeichong:excel:1.0.13")
Scala SBT
libraryDependencies += "com.efeichong" % "excel" % "1.0.13"
Groovy Grape
@Grapes(
  @Grab(group='com.efeichong', module='excel', version='1.0.13')
)
Apache Ivy
<dependency org="com.efeichong" name="excel" rev="1.0.13" />
Leiningen
[com.efeichong/excel "1.0.13"]
Apache Buildr
'com.efeichong:excel:jar:1.0.13'