资源简介
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
相关资源
- 右键属性文件校验插件可同时生成十
- CCS中如何生成LIB文件-并在另外CCS项目
- 根据硬件ID和程序ID生成注册码
- railroad铁路CAD生成
- Xpath生成器,自动生成可用的Xpath。
- 用汇编实现的学生成绩档案管理系统
- Google Earth KML文件生成工具
- 先进先出库存管理excel表格.rar
- [免费]强大的OFFICE经验(Word Excel)
- ICD10 excel
-
分别适用于.NET fr
amework 2.0和4.0的E - 数据库实现学生成绩管理系统选课管
- K码和经纬度转换excel表格
- 利用foxmail模板批量生成邮件
- ReportMachine 交叉报表 学生成绩表
- Php 导出数据为EXCEL程序
- 项目周报格式(excel格式报表)
- 一个基于MFC的GridCtrl,提供类似Excel的
- windows下生成MD5值的工具(WinMD5)
- 学生成绩管理系统 C 语言源代码
- prim和kruskal算法求最小生成树262629
- 学生成绩管理系统C 源码(很完整)
- EXCEL横转竖(列转行)宏
- Excel高效办公实例
- 在线考试系统VC (MFC)
-
将数据库的表生成xm
l文件 - 编译原理中间代码生成程序
- PRIM算法,求最小生成树
- 湖南省计算机等级二级考试excel题集锦
- EXCEL文件转换成固定的格式的文本格式
评论
共有 条评论