# ExcelUtil **Repository Path**: singmoonshell/ExcelUtil ## Basic Information - **Project Name**: ExcelUtil - **Description**: 用于导入导出Excel的Util包,基于Java的POI。可将List导出成Excel,或读取Excel成List,读取时有验证和Log。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2021-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ExcelUtil 用于导入导出Excel的Util包,基于Java的POI。可将List<Bean>导出成Excel,或读取Excel成List<Bean>,读取时有验证和Log。 Apache Maven ``` xml com.sargeraswang.util excel-util 1.2.4 ``` 使用方式:[https://sargeraswang.com/blog/2018/11/27/excelutil-1-dot-2-1-doc/](https://sargeraswang.com/blog/2018/11/27/excelutil-1-dot-2-1-doc/)