1
This commit is contained in:
@@ -479,7 +479,7 @@ namespace FineUIPro.Web.PZHGL.GJSX
|
|||||||
string filePath = string.Empty;
|
string filePath = string.Empty;
|
||||||
initTemplatePath = Const.GJSXOutTemplateUrl;
|
initTemplatePath = Const.GJSXOutTemplateUrl;
|
||||||
uploadfilepath = rootPath + initTemplatePath;
|
uploadfilepath = rootPath + initTemplatePath;
|
||||||
newUrl = uploadfilepath.Replace(".xlsx", "(" + DateTime.Now.ToString("yyyyMMdd") + ").xlsx");
|
newUrl = uploadfilepath.Replace(".xlsx", "(" + DateTime.Now.ToString("yyyyMMddHHmmss") + ").xlsx");
|
||||||
File.Copy(uploadfilepath, newUrl);
|
File.Copy(uploadfilepath, newUrl);
|
||||||
// 第一步:读取文件流
|
// 第一步:读取文件流
|
||||||
NPOI.SS.UserModel.IWorkbook workbook;
|
NPOI.SS.UserModel.IWorkbook workbook;
|
||||||
|
|||||||
Reference in New Issue
Block a user