is not current version
Last Version 3.0.6

com.github.stupdit1t:poi-excel 1.7

基于POI开发的excel操作

GroupId

GroupId

com.github.stupdit1t
ArtifactId

ArtifactId

poi-excel
Version

Version

1.7
Type

Type

jar

Download poi-excel 1.7


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