資源簡介
這個項目源自于http://blog.csdn.net/suhenhappy/article/details/7991236,這篇博客,在此謝謝博主suhenhappy。實現(xiàn)了java導(dǎo)出數(shù)據(jù)到指定的excel模板中。
代碼片段和文件信息
package?com.zzgame.demo.beans;
import?java.util.Date;
public?class?Physical?{
private?String?company;
private?String?dateTimes;
private?String?area;
private?String?realNumber;
private?String?planNumber;
private?String?failNumber;
private?String?passNumber;
private?String?endYield;
private?String?doctors;
private?String?comment;
private?String?assistOrg;
private?String?prevCompany;
private?String?assistPrice;
private?String?prevPrice;
/**
?*?@return?the?company
?*/
public?String?getCompany()?{
return?company;
}
/**
?*?@param?company?the?company?to?set
?*/
public?void?setCompany(String?company)?{
this.company?=?company;
}
/**
?*?@return?the?dateTimes
?*/
public?String?getDateTimes()?{
return?dateTimes;
}
/**
?*?@p
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-12-16?09:00??Excel-template-export\
?????目錄???????????0??2013-12-16?09:00??Excel-template-export\JXLExcelDemo\
?????文件?????????483??2013-12-15?12:51??Excel-template-export\JXLExcelDemo\.classpath
?????文件?????????309??2013-12-14?23:38??Excel-template-export\JXLExcelDemo\.myme
?????文件????????1202??2013-12-14?23:38??Excel-template-export\JXLExcelDemo\.project
?????目錄???????????0??2013-12-16?09:00??Excel-template-export\JXLExcelDemo\.settings\
?????文件?????????500??2013-12-14?23:38??Excel-template-export\JXLExcelDemo\.settings\.jsdtscope
?????文件?????????330??2013-12-14?23:38??Excel-template-export\JXLExcelDemo\.settings\org.eclipse.jdt.core.prefs
?????文件??????????49??2013-12-14?23:38??Excel-template-export\JXLExcelDemo\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2013-12-14?23:38??Excel-template-export\JXLExcelDemo\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2013-12-16?09:00??Excel-template-export\JXLExcelDemo\src\
?????目錄???????????0??2013-12-16?09:00??Excel-template-export\JXLExcelDemo\src\com\
?????目錄???????????0??2013-12-16?09:00??Excel-template-export\JXLExcelDemo\src\com\zzgame\
?????目錄???????????0??2013-12-16?09:00??Excel-template-export\JXLExcelDemo\src\com\zzgame\demo\
?????目錄???????????0??2013-12-16?09:00??Excel-template-export\JXLExcelDemo\src\com\zzgame\demo\beans\
?????文件????????3727??2013-12-15?11:50??Excel-template-export\JXLExcelDemo\src\com\zzgame\demo\beans\Physical.java
?????目錄???????????0??2013-12-16?09:00??Excel-template-export\JXLExcelDemo\src\com\zzgame\demo\test\
?????文件????????2354??2013-12-15?12:47??Excel-template-export\JXLExcelDemo\src\com\zzgame\demo\test\testJxlDemo.java
?????目錄???????????0??2013-12-16?09:00??Excel-template-export\JXLExcelDemo\src\com\zzgame\demo\util\
?????文件????????5447??2013-12-14?23:44??Excel-template-export\JXLExcelDemo\src\com\zzgame\demo\util\DateTool.java
?????文件????????1616??2013-12-14?23:45??Excel-template-export\JXLExcelDemo\src\com\zzgame\demo\util\ExcelCells.java
?????文件?????????344??2013-12-14?23:46??Excel-template-export\JXLExcelDemo\src\com\zzgame\demo\util\ExcelTemplate.java
?????文件???????20652??2013-12-15?12:28??Excel-template-export\JXLExcelDemo\src\com\zzgame\demo\util\ExcelTool.java
?????文件????????7761??2013-12-14?23:47??Excel-template-export\JXLExcelDemo\src\com\zzgame\demo\util\FileTool.java
?????文件???????12198??2013-12-14?23:48??Excel-template-export\JXLExcelDemo\src\com\zzgame\demo\util\ob
?????文件????????3079??2013-12-14?23:49??Excel-template-export\JXLExcelDemo\src\com\zzgame\demo\util\StringUtils.java
?????目錄???????????0??2013-12-16?09:00??Excel-template-export\JXLExcelDemo\WebRoot\
?????文件?????????829??2013-12-14?23:38??Excel-template-export\JXLExcelDemo\WebRoot\index.jsp
?????目錄???????????0??2013-12-16?09:00??Excel-template-export\JXLExcelDemo\WebRoot\me
?????文件??????????36??2013-12-14?23:38??Excel-template-export\JXLExcelDemo\WebRoot\me
?????目錄???????????0??2013-12-16?09:00??Excel-template-export\JXLExcelDemo\WebRoot\WEB-INF\
............此處省略21個文件信息
評論
共有 條評論