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.1</version> </dependency>