HTTP配置增加excel导入功能,但导入功能按钮暂时隐藏,待后续完善。

Signed-off-by: zhangwei <zhangwei@intranet.com>
This commit is contained in:
zhangwei
2018-06-13 09:58:13 +08:00
parent 6765b49281
commit 295299fb66
9 changed files with 837 additions and 16 deletions

View File

@@ -264,7 +264,7 @@ public class ExportExcel {
t = ss[0];
}
}
headerList.add(msgProp.getProperty(t));
headerList.add(msgProp.getProperty(t)==null?t:msgProp.getProperty(t));
}
initialize(title, headerList);
}