Poi 和 EasyPoi 的使用

2021-09-26 08:25:13 字數 1590 閱讀 4604

org.apache.poi

poi4.1.0

@test

public void testpoi() ;

for (int i = 0; i < strings.length; i++)

for (int i = 0; i < users.size(); i++)

try catch (ioexception e)

}

@test

public void testpoiimport()

} catch (ioexception e)

}

官方文件 -->

easypoi教程

cn.afterturn

easypoi-base

3.2.0

cn.afterturn

easypoi-web

3.2.0

cn.afterturn

easypoi-annotation

3.2.0

注意:引入 easypoi 的jar後就不要引 poi 的jar了,否則會衝突

//student實體類

@data

@allargsconstructor

@noargsconstructor

public class student implements serializable

//teacher實體類

@data

@noargsconstructor

@allargsconstructor

@exceltarget(value = "teacher")

public class teacher implements serializable

@test

public void mytest3() throws ioexception

//教師集合

listteachers = new arraylist<>();

teacher teacher1 = new teacher("1", "教師1", "男", list);

teacher teacher2 = new teacher("2", "教師2", "男", list);

teachers.add(teacher1);

teachers.add(teacher2);

workbook workbook = excelexportutil.exportexcel(new exportparams("計算機1502班學生","學生"),

teacher.class,teachers);

workbook.write(new fileoutputstream("g:\\使用者.xls"));

workbook.close();

}

配置上與匯出是一樣的,只是方式反過來而已,具體見官方文件。

EasyPoi使用入門

本文非原創,來自新增鏈結描述 cn.afterturn easypoi base 3.2.0 cn.afterturn easypoi web 3.2.0 cn.afterturn easypoi annotation 3.2.0 2.準備乙個類 excel 代表這個欄位要生成到excel中去 na...

EasyPoi 匯入校驗使用

因工作需要,使用easypoi匯入 並進行校驗,將 中有問題的地方,給出提示資訊,以 形式返回.本篇,直接講述excel匯入校驗,基本介紹後續補上.cn.afterturngroupid easypoi spring boot starterartifactid 4.1.2version depen...

使用EasyPoi匯出Excel

excel模板來自自己寫死的乙個excel模板,相當於是使用者查詢資料,資料填充到乙個模板的excel裡,再匯出excel 建立模板 string a request.getsession getservletcontext getrealpath resource 河南能源化工集團安全監控系統聯網...