Commit 9e9168f0 by Licx

Merge branch 'release/v22.4.18-Beta-wuzhou' into develop

parents 4483de48 686f9f95
...@@ -136,7 +136,7 @@ public string Main(int allotId, int hospitalId, string email, string groupName, ...@@ -136,7 +136,7 @@ public string Main(int allotId, int hospitalId, string email, string groupName,
logService.ReturnTheLog(allotId, groupName, 2, "写入数据", $"写入数据至Excel文件", 1, isSingle); logService.ReturnTheLog(allotId, groupName, 2, "写入数据", $"写入数据至Excel文件", 1, isSingle);
workbook.EvaluateAll(); workbook.ForceFormulaRecalculation();
using (FileStream file = new FileStream(extractFilePath, FileMode.OpenOrCreate)) using (FileStream file = new FileStream(extractFilePath, FileMode.OpenOrCreate))
{ {
workbook.Write(file); workbook.Write(file);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment