• 大小: 14KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-13
  • 语言: 其他
  • 标签: ssm  

资源简介

谢谢大家支持 希望的加喜欢我的源码 复制粘贴可以直接用 积分不多希望得到大家认可 互粉互相学习

资源截图

代码片段和文件信息

package com.mpn.dto;

import org.apache.poi.xssf.usermodel.XSSFCellstyle;

public class ExcelBean implements  java.io.Serializable {
 private String headTextName; //列头(标题)名
    private String propertyName; //对应字段名
    private Integer cols; //合并单元格数
    private XSSFCellstyle cellstyle;
    public ExcelBean(){
    }
    public ExcelBean(String headTextName String propertyName){
        this.headTextName = headTextName;
        this.propertyName = propertyName;
    }
    public ExcelBean(String headTextName String propertyName Integer cols) {
        super();
        this.headTextName = headTextName;
        this.propertyName = propertyName;
        this.cols = cols;
    }
public String getHeadTextName() {
return headTextName;
}
public void setHeadTextName(String headTextName) {
this.headTextName = headTextName;
}
public String getPropertyName() {
return propertyName;
}
public void setPropertyName(String propertyName) {
this.propertyName = propertyName;
}
public Integer getCols() {
return cols;
}
public void setCols(Integer cols) {
this.cols = cols;
}
public XSSFCellstyle getCellstyle() {
return cellstyle;
}
public void setCellstyle(XSSFCellstyle cellstyle) {
this.cellstyle = cellstyle;
}
   
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-11-22 20:57  Excel导入\
     文件        1352  2018-11-22 11:19  Excel导入\ExcelBean.java
     文件        1257  2018-11-22 20:39  Excel导入\ExcelImportController.java
     文件        2356  2018-11-22 20:35  Excel导入\ExcelImportServiceImpl.java
     文件       12002  2018-11-22 11:24  Excel导入\ExcelUtil.java
     文件        7583  2018-11-22 18:20  Excel导入\fertilizer.js
     文件        8432  2018-11-22 18:19  Excel导入\fertilizer.jsp
     文件        5476  2018-11-22 11:09  Excel导入\pom.xml
     文件        1437  2018-11-22 12:41  Excel导入\TZdFertilizerMapper.java
     文件       17139  2018-11-22 20:31  Excel导入\TZdFertilizerMapper.xml

评论

共有 条评论