From 8a78573b16da934050c3991fe2d957b08987b2a5 Mon Sep 17 00:00:00 2001 From: hanjian Date: Mon, 19 Feb 2024 15:22:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=80=E6=9C=AF=E6=96=87=E6=A1=A3/=E5=90=8E?= =?UTF-8?q?=E7=AB=AF/easypoi=E7=9A=84=E7=AE=80=E5=8D=95=E4=BD=BF=E7=94=A8.?= =?UTF-8?q?md=20created=20from=20https://stackedit.cn/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 技术文档/后端/easypoi的简单使用.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 技术文档/后端/easypoi的简单使用.md diff --git a/技术文档/后端/easypoi的简单使用.md b/技术文档/后端/easypoi的简单使用.md new file mode 100644 index 0000000..823a8e9 --- /dev/null +++ b/技术文档/后端/easypoi的简单使用.md @@ -0,0 +1,34 @@ +## 一、基本介绍 + +一个让你简单使用poi的工具,通过简单的注解和模板,可以完成Excel导出,Excel模板导出,Excel导入,Word模板导出。 + +## 二、导入依赖 + +``` + +cn.afterturn +easypoi-base +4.3.0 + + +cn.afterturn +easypoi-web +4.3.0 + + +cn.afterturn +easypoi-annotation +4.3.0 + +``` + +## 三、Excel导入导出 + +### 1、注解描述及其主要属性使用 + +#### 1.1、@Excel + +主要使用该注解进行功能开发,用于类中的一个属性上,表示Excel中的一列。 + \ No newline at end of file