is not current version
Last Version 2.4

cn.com.binging:excel 2.2

提供excel与实体类转换工具

GroupId

GroupId

cn.com.binging
ArtifactId

ArtifactId

excel
Version

Version

2.2
Type

Type

jar

Download excel 2.2


<!-- https://jarcasting.com/artifacts/cn.com.binging/excel/ -->
<dependency>
    <groupId>cn.com.binging</groupId>
    <artifactId>excel</artifactId>
    <version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.com.binging/excel/
implementation 'cn.com.binging:excel:2.2'
// https://jarcasting.com/artifacts/cn.com.binging/excel/
implementation ("cn.com.binging:excel:2.2")
'cn.com.binging:excel:jar:2.2'
<dependency org="cn.com.binging" name="excel" rev="2.2">
  <artifact name="excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.com.binging', module='excel', version='2.2')
)
libraryDependencies += "cn.com.binging" % "excel" % "2.2"
[cn.com.binging/excel "2.2"]