资源简介
poi生成excel及合并单元格示例,详见文章http://blog.csdn.net/geloin/article/details/17219885
代码片段和文件信息
/**
*
*/
package com.geloin.poi.bean;
import java.util.Date;
/**
* @author Geloin
*
*/
public class Person {
/**
* 姓名
*/
private String name;
/**
* 年龄
*/
private Integer age;
/**
* 生日
*/
private Date birthday;
/**
* 是否学生
*/
private boolean isStudent;
/**
* 身高
*/
private double height;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public Integer getAge() {
return age;
}
public void setAge(Integer age) {
this.age = age;
}
public Date getBirthday() {
return birthday;
}
public void setBirthday(Date birthday) {
this.birthday = birthday;
}
public boolean isStudent() {
return isStudent;
}
public void setStudent(boolean isStudent) {
this.isStudent = isStudent;
}
public double getHeight() {
return height;
}
public void setHeight(double height) {
this.height = height;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-10-22 10:47 gelointest\
文件 418 2013-12-09 10:27 gelointest\.classpath
文件 386 2013-10-24 18:54 gelointest\.project
目录 0 2013-10-22 10:46 gelointest\.settings\
文件 598 2013-10-22 10:46 gelointest\.settings\org.eclipse.jdt.core.prefs
目录 0 2013-12-09 10:27 gelointest\bin\
目录 0 2013-12-09 10:27 gelointest\bin\com\
目录 0 2013-12-09 10:27 gelointest\bin\com\geloin\
目录 0 2013-12-09 10:27 gelointest\bin\com\geloin\poi\
目录 0 2013-12-09 10:33 gelointest\bin\com\geloin\poi\bean\
文件 1441 2013-12-09 10:35 gelointest\bin\com\geloin\poi\bean\Person.class
目录 0 2013-12-09 10:27 gelointest\bin\com\geloin\poi\main\
文件 5141 2013-12-09 11:07 gelointest\bin\com\geloin\poi\main\PoiTest.class
目录 0 2013-12-09 10:27 gelointest\lib\
文件 1869113 2013-12-03 10:55 gelointest\lib\poi-3.9-20121203.jar
目录 0 2013-10-22 10:49 gelointest\src\
目录 0 2013-12-09 11:29 gelointest\src\config\
目录 0 2013-12-09 10:18 gelointest\src\java\
目录 0 2013-12-09 10:18 gelointest\src\java\com\
目录 0 2013-12-09 10:25 gelointest\src\java\com\geloin\
目录 0 2013-12-09 10:26 gelointest\src\java\com\geloin\poi\
目录 0 2013-12-09 10:33 gelointest\src\java\com\geloin\poi\bean\
文件 1021 2013-12-09 10:35 gelointest\src\java\com\geloin\poi\bean\Person.java
目录 0 2013-12-09 10:26 gelointest\src\java\com\geloin\poi\main\
文件 4474 2013-12-09 11:07 gelointest\src\java\com\geloin\poi\main\PoiTest.java
相关资源
- NPOI读写EXCEL相关dll支持xls及xlsx
- Check Point IPS-1 入侵防御系统安装手册
- powerdesigner学生成绩管理系统课程设计
- 一种基于形状和纹理特征的车牌定位
- 非常好的代码生成工具,
- 康熙字典全文数据库(4万条EXCEL格式
- 久久晴天淘宝店铺装修装修软件最新
- 高清图文】Office 2007 详细培训教材w
- 图像文件生成coe文件工具
- 离散点构建TIN,TIN生成DEM
- unity中道路快速生成插件
-
OpenCV生成xm
l分类器文件 - ExtJs Icon 小图标集1700+,附CSS生成实用
- POI 完美生成带文字水印的excle
- 虚拟机上跑vxworks用的工程生成文件
- 偷懒的技术:打造财务Excel达人》文档
- Excel求解线性规划详解
- datamap插件
- excel数据分析教程.pdf
- 网络监控器(The Dude)自动绘制生成网
- NPOI v2.2.1
- POI.rar
- 个人整理-计算机二级Excel常考函数复
- TD插件TDMSExcelAddin.exe
- VFP课程设计()
- 二维码生成器并加密js+servlet
- 图论:最短路径+最小生成树+中心度计
- A7130手册及代码生成器
- 基于NPOI的xls帮助类(0307)
- 生成 hadoop-eclipse-plugin-2.x 插件工具代
评论
共有 条评论