資源簡(jiǎn)介
利用jxl實(shí)現(xiàn)數(shù)據(jù)庫(kù)內(nèi)容導(dǎo)出到Excel表格中,壓縮文件里包括jxl.jar包、例子源代碼、txt文檔代碼

代碼片段和文件信息
package?shiyan;
public?class?MarkesData?{
private?String?user_name;//?考生姓名
private?String?area_name;//?地區(qū)
private?String?college_name;//?所屬院校
private?String?class_name;//?班級(jí)
private?String?test_name;//?考試號(hào)
public?String?getUser_name()?{
return?user_name;
}
public?void?setUser_name(String?user_name)?{
this.user_name?=?user_name;
}
public?String?getArea_name()?{
return?area_name;
}
public?void?setArea_name(String?area_name)?{
this.area_name?=?area_name;
}
public?String?getCollege_name()?{
return?college_name;
}
public?void?setCollege_name(String?college_name)?{
this.college_name?=?college_name;
}
public?String?getClass_name()?{
return?class_name;
}
public?void?setClass_name(String?class_name)?{
this.class_name?=?class_name;
}
public?String?getTest_name()?{
return?test_name;
}
public?void?setTest_name(String?test_name)?{
this.test_name?=?test_name;
}
}
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件???????4654??2015-10-29?14:44??利用jxl實(shí)現(xiàn)導(dǎo)出Excel\Java?實(shí)現(xiàn)導(dǎo)出excel表?jxl.txt
?????文件?????680408??2015-10-27?16:57??利用jxl實(shí)現(xiàn)導(dǎo)出Excel\jxl.jar
?????文件????????984??2015-10-28?12:13??利用jxl實(shí)現(xiàn)導(dǎo)出Excel\shiyan\MarkesData.java
?????文件???????4654??2015-10-28?12:09??利用jxl實(shí)現(xiàn)導(dǎo)出Excel\shiyan\WriExcel.java
?????目錄??????????0??2015-11-03?11:39??利用jxl實(shí)現(xiàn)導(dǎo)出Excel\shiyan
?????目錄??????????0??2015-11-03?11:40??利用jxl實(shí)現(xiàn)導(dǎo)出Excel
-----------?---------??----------?-----??----
???????????????690700????????????????????6
評(píng)論
共有 條評(píng)論