is not current version
Last Version 2.4.4

cn.renlm.plugins:MyExcel 2.3.2

Excel、Csv表格读取,Xlsx表格导出

GroupId

GroupId

cn.renlm.plugins
ArtifactId

ArtifactId

MyExcel
Version

Version

2.3.2
Type

Type

jar

Download MyExcel 2.3.2


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