# ExcelUtil
**Repository Path**: likaixuan0/ExcelUtil
## Basic Information
- **Project Name**: ExcelUtil
- **Description**: ExcelUtil借助反射和POI对Excel读取,省略了以往读取Excel的繁琐步骤
【官方文档地址】
- **Primary Language**: Java
- **License**: GPL-2.0
- **Default Branch**: master
- **Homepage**: http://likaixuan.top/excelUtil
- **GVP Project**: No
## Statistics
- **Stars**: 397
- **Forks**: 114
- **Created**: 2018-02-06
- **Last Updated**: 2024-07-23
## Categories & Tags
**Categories**: excel-utils
**Tags**: None
## README
官方文档地址:https://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