# ExcelUtil
**Repository Path**: ggunfading/ExcelUtil
## Basic Information
- **Project Name**: ExcelUtil
- **Description**: ExcelUtil借助反射和POI对Excel读取,省略了以往读取Excel的繁琐步骤
【官方文档地址】
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: http://likaixuan.top/excelUtil
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 114
- **Created**: 2019-03-07
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
官方文档地址:http://www.likaixuan.top/excelUtil
#ExcelUtil
ExcelUtil借助反射和POI对Excel读取,省略了以往读取Excel的繁琐步骤,调用ExcelUtil只需要2步,对,你没有看错,2步足以读取到Excel的内容.兼容03/07版Excel.
net.oschina.likaixuan
excelutil
2.0.1
调用步骤:
1.定义需要读取的表头字段和表头对应的属性字段
String keyValue ="手机名称:phoneName,颜色:color,售价:price";
2.读取数据
List