is not current version
Last Version 2.4.4

cn.renlm.plugins:MyExcel 1.9.5

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

GroupId

GroupId

cn.renlm.plugins
ArtifactId

ArtifactId

MyExcel
Version

Version

1.9.5
Type

Type

jar

Download MyExcel 1.9.5


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