From 6cdd6be5063c2441b0e98ab22b649d268f63cc94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E5=B4=87=E5=BE=B7?= Date: Tue, 20 Feb 2024 13:55:34 +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=20deleted?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 技术文档/后端/easypoi的简单使用.md | 37 ------------------- 1 file changed, 37 deletions(-) delete mode 100644 技术文档/后端/easypoi的简单使用.md diff --git a/技术文档/后端/easypoi的简单使用.md b/技术文档/后端/easypoi的简单使用.md deleted file mode 100644 index d12b85e..0000000 --- a/技术文档/后端/easypoi的简单使用.md +++ /dev/null @@ -1,37 +0,0 @@ -## 一、基本介绍 - -一个让你简单使用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中的一列。 - -#### 1.2、@ExcelCollection - \ No newline at end of file