is not current version
Last Version 0.0.9

com.github.houbb:iexcel 0.0.4

IExcel is a java tool for excel write and read.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

iexcel
Version

Version

0.0.4
Type

Type

jar

Download iexcel 0.0.4


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