Clone
1
Home
hanjian edited this page 2024-02-23 14:48:54 +08:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

一、基本介绍

一个让你简单使用poi的工具通过简单的注解和模板可以完成Excel导出,Excel模板导出,Excel导入,Word模板导出。

二、导入依赖

<dependency>  
<groupId>cn.afterturn</groupId>  
<artifactId>easypoi-base</artifactId>  
<version>4.3.0</version>  
</dependency>  
<dependency>  
<groupId>cn.afterturn</groupId>  
<artifactId>easypoi-web</artifactId>  
<version>4.3.0</version>  
</dependency>  
<dependency>  
<groupId>cn.afterturn</groupId>  
<artifactId>easypoi-annotation</artifactId>  
<version>4.3.0</version>  
</dependency>  

三、Excel导入导出

1、注解描述及其主要属性使用

1.1、@Excel

主要使用该注解进行功能开发用于类中的一个属性上表示Excel中的一列。