| License |
License |
|---|---|
| GroupId | GroupIdcom.sargeraswang.util |
| ArtifactId | ArtifactIdexcel-util |
| Version | Version1.2.1 |
| Type | Typejar |
| Description |
DescriptionExcelUtil
用于导入导出Excel的Util包,基于Java的POI。可将List Bean 导出成Excel,或读取Excel成List Bean,读取时有验证和Log。
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| excel-util-1.2.1.pom | |
| excel-util-1.2.1.jar | 17 KB |
| excel-util-1.2.1-sources.jar | 10 KB |
| excel-util-1.2.1-javadoc.jar | 56 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sargeraswang.util/excel-util/ -->
<dependency>
<groupId>com.sargeraswang.util</groupId>
<artifactId>excel-util</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sargeraswang.util/excel-util/
implementation 'com.sargeraswang.util:excel-util:1.2.1'
// https://jarcasting.com/artifacts/com.sargeraswang.util/excel-util/
implementation ("com.sargeraswang.util:excel-util:1.2.1")
'com.sargeraswang.util:excel-util:jar:1.2.1'
<dependency org="com.sargeraswang.util" name="excel-util" rev="1.2.1">
<artifact name="excel-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sargeraswang.util', module='excel-util', version='1.2.1')
)
libraryDependencies += "com.sargeraswang.util" % "excel-util" % "1.2.1"
[com.sargeraswang.util/excel-util "1.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| org.apache.poi : poi | jar | 3.17 |
| org.apache.poi : poi-ooxml | jar | 3.17 |
| org.apache.commons : commons-lang3 | jar | 3.6 |
| commons-collections : commons-collections | jar | 3.2.1 |
| commons-beanutils : commons-beanutils | jar | 1.8.3 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |