License |
License |
---|---|
GroupId | GroupIdcom.github.stupdit1t |
ArtifactId | ArtifactIdpoi-excel |
Version | Version1.8.1 |
Type | Typejar |
Description |
Descriptionpoi-excel
基于POI开发的excel操作
|
Project URL |
Project URL |
Filename | Size |
---|---|
poi-excel-1.8.1.pom | |
poi-excel-1.8.1.jar | 50 KB |
poi-excel-1.8.1-sources.jar | 28 KB |
poi-excel-1.8.1-javadoc.jar | 189 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stupdit1t/poi-excel/ -->
<dependency>
<groupId>com.github.stupdit1t</groupId>
<artifactId>poi-excel</artifactId>
<version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stupdit1t/poi-excel/
implementation 'com.github.stupdit1t:poi-excel:1.8.1'
// https://jarcasting.com/artifacts/com.github.stupdit1t/poi-excel/
implementation ("com.github.stupdit1t:poi-excel:1.8.1")
'com.github.stupdit1t:poi-excel:jar:1.8.1'
<dependency org="com.github.stupdit1t" name="poi-excel" rev="1.8.1">
<artifact name="poi-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stupdit1t', module='poi-excel', version='1.8.1')
)
libraryDependencies += "com.github.stupdit1t" % "poi-excel" % "1.8.1"
[com.github.stupdit1t/poi-excel "1.8.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi | jar | 4.1.2 |
org.apache.poi : poi-ooxml | jar | 4.1.2 |
org.apache.commons : commons-lang3 | jar | 3.3.2 |