资源简介
poi导出导入封装(使用注解建立实体与excel映射关系+反射设置实体属性值),
poi导出导入封装(使用注解建立实体与excel映射关系+反射设置实体属性值)
poi导出导入封装(使用注解建立实体与excel映射关系+反射设置实体属性值)
poi导出导入封装(使用注解建立实体与excel映射关系+反射设置实体属性值)
poi导出导入封装(使用注解建立实体与excel映射关系+反射设置实体属性值)
poi导出导入封装(使用注解建立实体与excel映射关系+反射设置实体属性值)

代码片段和文件信息
package utils;
public class ExcelEntity {
public ExcelEntity() {
}
public ExcelEntity(int id String name) {
this.id = id;
this.name = name;
}
//描述改属性在excel中第0列,列名为 序号
@MyAnnotation(columnIndex=0columnName=“序号“)
private int id;
//描述改属性在excel中第1列,列宁为 名字
@MyAnnotation(columnIndex=1columnName=“名字“)
private String name;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
@Override
public String toString() {
return “ExcelEntity [id=“ + id + “ name=“ + name + “]“;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-08-01 14:42 poi\
文件 551 2018-08-01 14:42 poi\.classpath
文件 379 2018-08-01 14:42 poi\.project
目录 0 2018-08-01 14:42 poi\.settings\
文件 598 2018-08-01 14:42 poi\.settings\org.eclipse.jdt.core.prefs
目录 0 2018-08-01 14:42 poi\bin\
目录 0 2018-08-01 14:42 poi\bin\utils\
文件 1298 2018-08-01 14:42 poi\bin\utils\ExcelEntity.class
文件 10436 2018-08-01 14:42 poi\bin\utils\GenerateExcel.class
文件 409 2018-08-01 14:42 poi\bin\utils\MyAnnotation.class
目录 0 2018-08-01 14:42 poi\lib\
文件 2701171 2018-08-01 14:42 poi\lib\poi-3.17.jar
文件 31218 2018-08-01 14:42 poi\lib\poi-excelant-3.17.jar
文件 1479023 2018-08-01 14:42 poi\lib\poi-ooxm
文件 5924600 2018-08-01 14:42 poi\lib\poi-ooxm
目录 0 2018-08-01 14:42 poi\src\
目录 0 2018-08-01 14:42 poi\src\utils\
文件 766 2018-08-01 14:42 poi\src\utils\ExcelEntity.java
文件 9063 2018-08-01 14:42 poi\src\utils\GenerateExcel.java
文件 404 2018-08-01 14:42 poi\src\utils\MyAnnotation.java
- 上一篇:spss统计分析方法及应用第三版光盘数据.rar
- 下一篇:中国地图十段线
相关资源
- New fixed point theorems of e-concave-convex m
- checkpoint的snmp及syslog配置.doc
- Symantec AntiVirus for Microsoft SharePoint产品
- 一张精美的PowerPoint甘特图模板.rar
- POI中文帮助文档附带api手册.zip
- PowerPoint2000支持库
- Existence of positive solutions for singular h
- D 6 R 4曲率校正,模块化图形函数和
- 狭义相对论变形中相互作用局部的时
- 使用半整数自旋发生器扩展Poinca
- Anti-de Sitter空间和AdS / CFT的两个P
- 从Poincaré代数的闭合中得
- Centering Conditions for the Poincar‘
- 一回路的κ-Poincaré不变
- Kubo-Martin-Schwinger权重的κ-Poin
- 由κ-Poincarér矩阵产生
- SPOI标记猪脂肪干细胞向成骨细胞分化
- 番茄工作法(pomotime)PowerPoint.rar
- poi 动态修改docx窗体域内容,并存为
- 2019版本poi 2019高德poi 2019百度poi
- 航迹大师 waypoint master 2.3
- googlemappoi内容解析
- 长沙市POI数据.zip
- case in point 中文版
- 浮点数IEEE754标准
- SpoilerAL汉化版
- Modeling of rapeseed at maturity stage using 3
- .net导入导出Excel文件
- (改进版本)利用poi读取word模板文件
- η变形的AdS2×S2×T6超弦的P
评论
共有 条评论