ExcelUtil

用于导入导出Excel的Util包,基于Java的POI。可将List Bean 导出成Excel,或读取Excel成List Bean,读取时有验证和Log。

License

License

GroupId

GroupId

com.sargeraswang.util
ArtifactId

ArtifactId

excel-util
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

ExcelUtil
用于导入导出Excel的Util包,基于Java的POI。可将List Bean 导出成Excel,或读取Excel成List Bean,读取时有验证和Log。
Project URL

Project URL

https://github.com/SargerasWang/ExcelUtil
Source Code Management

Source Code Management

https://github.com/SargerasWang/ExcelUtil.git

Download excel-util

How to add to project

<!-- 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"]

Dependencies

compile (7)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

ExcelUtil

用于导入导出Excel的Util包,基于Java的POI。可将List<Bean>导出成Excel,或读取Excel成List<Bean>,读取时有验证和Log。

Apache Maven

<dependency>
    <groupId>com.sargeraswang.util</groupId>
    <artifactId>excel-util</artifactId>
    <version>1.2.4</version>
</dependency>

使用方式:https://sargeraswang.com/blog/2018/11/27/excelutil-1-dot-2-1-doc/

Versions

Version
1.2.1
1.2