Skip to content

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

Notifications You must be signed in to change notification settings

SargerasWang/ExcelUtil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages