From cf20a23d42ddf1634d5bd25723aac95bc050f02f Mon Sep 17 00:00:00 2001 From: lbw Date: Sat, 3 Sep 2022 16:23:20 +0800 Subject: [PATCH] :arrow_up: Upgrading dependencies. easyexcel 1.2.5 --- README.md | 11 +++++++++++ pom.xml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4694a3a..31930b5 100644 --- a/README.md +++ b/README.md @@ -408,6 +408,17 @@ public class DemoData { } ``` +- 导入获取excel 行号,实体属性增加 @ExcelLine 注解即可 + +```java +/** + * 导入时候回显行号 + */ +@ExcelLine +@ExcelIgnore +private Long lineNum; +``` + **使用 Postman 测试导入** ![](https://hccake-img.oss-cn-shanghai.aliyuncs.com/ballcat/doc/excel-i18n-import.png) diff --git a/pom.xml b/pom.xml index 3eaa4bd..d21863c 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ 1.8 - 3.1.0 + 3.1.1 2.3.1 0.0.32 2.2.5