From a19dfb5f61b456fc332d916fb46cd72d21444f06 Mon Sep 17 00:00:00 2001 From: hanjian Date: Mon, 19 Feb 2024 08:50:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- easypoi的简单使用.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 easypoi的简单使用.md diff --git a/easypoi的简单使用.md b/easypoi的简单使用.md new file mode 100644 index 0000000..052f002 --- /dev/null +++ b/easypoi的简单使用.md @@ -0,0 +1,31 @@ +## 一、基本介绍 + +一个让你简单使用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中的一列。