is not current version
Last Version 0.0.9

com.github.houbb:iexcel 0.0.7

IExcel is a java tool for excel write and read.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

iexcel
Version

Version

0.0.7
Type

Type

jar

Download iexcel 0.0.7


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