e

excel

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