• 大小: 664KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 语言: Java
  • 标签: java  exce  读取  

资源简介

java读取excel表格的数据,并将其保存!已经调试过了,可以使用!

资源截图

代码片段和文件信息

package ExcelOperate;


public class RowData {
   


private String Row1;
private String Row2;
private String Row3;
private String Row4;
private String Row5;
private String Row6;
private String Row7;
private String Row8;
private String Row9;
private String Row10;


public String getRow1() {
return Row1;
}
public void setRow1(String Rowtemp) {
this.Row1 = Rowtemp;
}


public String getRow2() {
return Row2;
}
public void setRow2(String Rowtemp) {
this.Row2 = Rowtemp;
}



public String getRow3() {
return Row3;
}
public void setRow3(String Rowtemp) {
this.Row3 = Rowtemp;
}


public String getRow4() {
return Row4;
}
public void setRow4(String Rowtemp) {
this.Row4 = Rowtemp;
}


public String g

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        428  2010-07-14 11:12  ExcelWrite\.classpath

     文件        303  2010-07-14 11:05  ExcelWrite\.mymetadata

     文件       1228  2010-07-14 11:35  ExcelWrite\.project

     文件       1560  2010-07-14 11:19  ExcelWrite\src\ExcelOperate\RowData.java

     文件       1764  2010-07-14 11:25  ExcelWrite\src\ExcelOperate\WriteXLS.java

     文件       1616  2010-07-14 15:01  ExcelWrite\WebRoot\index.jsp

     文件         39  2010-07-14 11:05  ExcelWrite\WebRoot\meta-INF\MANIFEST.MF

     文件       2177  2010-07-14 11:19  ExcelWrite\WebRoot\WEB-INF\classes\ExcelOperate\RowData.class

     文件       1956  2010-07-14 11:25  ExcelWrite\WebRoot\WEB-INF\classes\ExcelOperate\WriteXLS.class

     文件     743361  2009-07-27 20:13  ExcelWrite\WebRoot\WEB-INF\lib\jxl.jar

     文件        381  2010-07-14 11:05  ExcelWrite\WebRoot\WEB-INF\web.xml

     目录          0  2010-07-14 11:13  ExcelWrite\WebRoot\WEB-INF\classes\ExcelOperate

     目录          0  2010-07-14 11:12  ExcelWrite\WebRoot\WEB-INF\classes

     目录          0  2010-07-14 11:12  ExcelWrite\WebRoot\WEB-INF\lib

     目录          0  2010-07-14 11:13  ExcelWrite\src\ExcelOperate

     目录          0  2010-07-14 11:05  ExcelWrite\WebRoot\meta-INF

     目录          0  2010-07-14 11:05  ExcelWrite\WebRoot\WEB-INF

     目录          0  2010-07-14 11:05  ExcelWrite\.myeclipse

     目录          0  2010-07-14 11:08  ExcelWrite\src

     目录          0  2010-07-14 11:05  ExcelWrite\WebRoot

     目录          0  2010-07-14 11:05  ExcelWrite

----------- ---------  ---------- -----  ----

               754813                    21


评论

共有 条评论