easyPoi学习

来源:互联网 发布:网络格言 编辑:程序博客网 时间:2024/05/24 04:16

参考教程:http://easypoi.mydoc.io/#text_173307

一:前言

maven坐标

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

二:可扩展功能

excel导入包括:
注解导入;
map导入;
大数据量导入sax模式;
导入文件保存;
文件校验;
字段校验

excel导出:
注解导出;
模板导出;
html导出

excel转html

excel转word

word导出

三:EasyPoi简介

原创粉丝点击