easyPoi學習

參考教程: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簡介

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章