資源簡介
完整項目,可直接放入MyEclipse運行。 可以從數據庫里面的數據導出到EXCEL里面,圖片也可以導出來顯示在EXCEL里面。 同樣,也可以把圖片導入到數據庫里面。 若不明白,來空間留言。 所有jar包齊全。

代碼片段和文件信息
package?excel;
public?class?Book?{
???private?int?bookId;
???private?String?name;
???private?String?author;
???private?float?price;
???private?byte[]?img;
???public?Book()?{
??super();
???}
???public?Book(int?bookId?String?name?String?author?float?pricebyte[]?img){
??????super();
??????this.img?=?img;
??????
??????this.bookId?=?bookId;
??????this.name?=?name;
??????this.author?=?author;
??????this.price?=?price;
???}
???public?int?getBookId()?{
??????return?bookId;
???}
?
???public?byte[]?getImg()?{
return?img;
}
public?void?setImg(byte[]?img)?{
this.img?=?img;
}
public?void?setBookId(int?bookId)?{
??????this.bookId?=?bookId;
???}
?
???public?String?getName()?{
??????return?name;
???}
?
???public?void?setName(String?name)?{
??????this.name?=?name;
???}
?
???public?String?getAuthor()?{
??????return?author;
???}
?
???public?void?setAuthor(String?author)?{
??????this.author?=?author;
???}
?
???public?float?getPrice()?{
??????return?price;
???}
?
???public?void?setPrice(float?price)?{
??????this.price?=?price;
???}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1411??2011-07-29?14:16??excel\.project
?????文件??????11440??2011-07-29?14:00??excel\src\excel\ExportExcel.java
?????文件????????975??2011-07-29?13:25??excel\src\excel\Student.java
?????文件???????1259??2011-07-29?11:46??excel\src\excel\Book.java
?????文件???????2262??2011-07-29?14:15??excel\src\excel\ServletExcel.java
?????文件???????2150??2011-07-29?14:17??excel\src\excel\TestServletExcel.java
?????文件???????3459??2011-07-29?15:39??excel\src\excel\DaoRuExcelServlet.java
?????文件???????1459??2011-07-29?16:49??excel\src\excel\ReadExcel.java
?????文件????1732678??2011-07-29?10:42??excel\WebRoot\WEB-INF\lib\poi-3.8-beta3-20110606.jar
?????文件?????271138??2011-07-29?10:42??excel\WebRoot\WEB-INF\lib\poi-examples-3.8-beta3-20110606.jar
?????文件??????30436??2011-07-29?10:42??excel\WebRoot\WEB-INF\lib\poi-excelant-3.8-beta3-20110606.jar
?????文件?????568368??2011-07-29?10:42??excel\WebRoot\WEB-INF\lib\poi-ooxm
?????文件??????57779??2011-07-29?14:33??excel\WebRoot\WEB-INF\lib\commons-fileupload-1.2.1.jar
?????文件??????87776??2011-07-29?14:33??excel\WebRoot\WEB-INF\lib\commons-io-1.3.2.jar
?????文件?????725735??2011-07-29?14:37??excel\WebRoot\WEB-INF\lib\jxl.jar
?????文件???????3070??2011-08-11?10:51??excel\WebRoot\WEB-INF\classes\excel\TestServletExcel.class
?????文件???????1541??2011-08-11?10:51??excel\WebRoot\WEB-INF\classes\excel\Student.class
?????文件???????3049??2011-08-11?10:51??excel\WebRoot\WEB-INF\classes\excel\ServletExcel.class
?????文件???????2322??2011-08-11?10:51??excel\WebRoot\WEB-INF\classes\excel\ReadExcel.class
?????文件??????10813??2011-08-11?10:51??excel\WebRoot\WEB-INF\classes\excel\ExportExcel.class
?????文件???????4817??2011-08-11?10:51??excel\WebRoot\WEB-INF\classes\excel\DaoRuExcelServlet.class
?????文件???????1505??2011-08-11?10:51??excel\WebRoot\WEB-INF\classes\excel\Book.class
?????文件????????941??2011-07-29?14:38??excel\WebRoot\WEB-INF\web.xm
?????文件???????9339??2011-07-29?12:05??excel\WebRoot\WEB-INF\logo.png
?????文件?????????36??2011-07-29?10:41??excel\WebRoot\me
?????文件???????1074??2011-07-29?15:13??excel\WebRoot\index.jsp
?????文件????????288??2011-07-29?10:41??excel\.myme
?????文件????????958??2011-07-29?14:37??excel\.classpath
?????文件????????330??2011-07-29?10:41??excel\.settings\org.eclipse.jdt.core.prefs
?????文件????????500??2011-07-29?10:41??excel\.settings\.jsdtscope
............此處省略17個文件信息
評論
共有 條評論