|
|
|
@ -3,6 +3,7 @@ EasyExcel
|
|
|
|
|
[](https://github.com/alibaba/easyexcel/actions/workflows/ci.yml?query=branch%3Amaster) |
|
|
|
|
[](https://maven-badges.herokuapp.com/maven-central/com.alibaba/easyexcel) |
|
|
|
|
[](http://www.apache.org/licenses/LICENSE-2.0.html) |
|
|
|
|
[](https://opensource.alibaba.com/contribution_leaderboard/details?projectValue=easyexcel) |
|
|
|
|
|
|
|
|
|
# JAVA解析Excel工具 |
|
|
|
|
|
|
|
|
@ -186,4 +187,4 @@ demo代码地址:[https://github.com/alibaba/easyexcel/blob/master/easyexcel-t
|
|
|
|
|
EasyExcel.read(file.getInputStream(),UploadData.class,new UploadDataListener(uploadDAO)).sheet().doRead(); |
|
|
|
|
return"success"; |
|
|
|
|
} |
|
|
|
|
``` |
|
|
|
|
``` |
|
|
|
|