资源简介

JavaWeb - Excel_Word(上传下载、解析生成、导入导出)源码 - 详情:blog.csdn.net/Dream_Weave/article/details/83270599

资源截图

代码片段和文件信息

package org.imooc.dto;

import org.apache.commons.fileupload.FileItem;

public class ImportExcelParamDto {
    private String title;
    private FileItem excel;

    public String gettitle() {
        return title;
    }

    public void settitle(String title) {
        this.title = title;
    }

    public FileItem getExcel() {
        return excel;
    }

    public void setExcel(FileItem excel) {
        this.excel = excel;
    }
}

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

     文件          7  2017-08-20 12:59  JavaWeb\.idea\.name

     文件        310  2017-09-19 21:10  JavaWeb\.idea\artifacts\JavaWeb_war.xml

     文件       1670  2017-09-19 21:05  JavaWeb\.idea\artifacts\JavaWeb_war_exploded.xml

     文件        734  2017-08-20 12:59  JavaWeb\.idea\compiler.xml

     文件         76  2017-08-20 12:59  JavaWeb\.idea\copyright\profiles_settings.xml

     文件        171  2017-08-20 12:59  JavaWeb\.idea\encodings.xml

     文件        476  2017-08-20 13:00  JavaWeb\.idea\misc.xml

     文件        265  2017-08-21 00:45  JavaWeb\.idea\modules.xml

     文件        143  2017-08-20 12:59  JavaWeb\.idea\scopes\scope_settings.xml

     文件       8919  2017-08-23 01:30  JavaWeb\.idea\uiDesigner.xml

     文件        173  2017-08-20 12:59  JavaWeb\.idea\vcs.xml

     文件      68933  2018-10-23 10:42  JavaWeb\.idea\workspace.xml

     文件       1286  2018-10-22 16:32  JavaWeb\JavaWeb.iml

     文件   13314162  2017-09-19 21:10  JavaWeb\out\artifacts\JavaWeb.war\JavaWeb_war.war

     文件      17879  2017-09-19 21:09  JavaWeb\out\artifacts\JavaWeb_war_exploded\css\all.css

     文件        191  2017-09-19 21:09  JavaWeb\out\artifacts\JavaWeb_war_exploded\css\index.css

     文件        300  2017-09-19 21:09  JavaWeb\out\artifacts\JavaWeb_war_exploded\css\main.css

     文件       1978  2017-09-19 21:09  JavaWeb\out\artifacts\JavaWeb_war_exploded\css\pop.css

     文件        653  2017-09-19 21:09  JavaWeb\out\artifacts\JavaWeb_war_exploded\images\bodybg.png

     文件        850  2017-09-19 21:09  JavaWeb\out\artifacts\JavaWeb_war_exploded\images\btn02.gif

     文件        317  2017-09-19 21:09  JavaWeb\out\artifacts\JavaWeb_war_exploded\images\btn03.gif

     文件       2123  2017-09-19 21:09  JavaWeb\out\artifacts\JavaWeb_war_exploded\images\button.png

     文件       7515  2017-09-19 21:09  JavaWeb\out\artifacts\JavaWeb_war_exploded\images\header_bg.png

     文件       2390  2017-09-19 21:09  JavaWeb\out\artifacts\JavaWeb_war_exploded\images\icon.png

     文件        533  2017-09-19 21:09  JavaWeb\out\artifacts\JavaWeb_war_exploded\images\input_name.png

     文件        681  2017-09-19 21:09  JavaWeb\out\artifacts\JavaWeb_war_exploded\images\input_name_hover.png

     文件        566  2017-09-19 21:09  JavaWeb\out\artifacts\JavaWeb_war_exploded\images\input_password.png

     文件        725  2017-09-19 21:09  JavaWeb\out\artifacts\JavaWeb_war_exploded\images\input_password_hover.png

     文件       1210  2017-09-19 21:09  JavaWeb\out\artifacts\JavaWeb_war_exploded\images\liabg.gif

     文件        160  2017-09-19 21:09  JavaWeb\out\artifacts\JavaWeb_war_exploded\images\line.gif

............此处省略184个文件信息

评论

共有 条评论