sheet页问题修改
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
parent
f94d1caa79
commit
ff72c4aefc
|
|
@ -930,8 +930,8 @@ public static class ExcelExportHelper
|
|||
|
||||
int sheetCount = workbook.Worksheets.Count;
|
||||
|
||||
if (sheetCount == 2)
|
||||
{
|
||||
//if (sheetCount == 2)
|
||||
//{
|
||||
if (inDto.IsEnglish)
|
||||
{
|
||||
workbook.Worksheet(1).Delete(); // 删除第一个工作表
|
||||
|
|
@ -940,7 +940,7 @@ public static class ExcelExportHelper
|
|||
{
|
||||
workbook.Worksheet(2).Delete(); // 删除第二个工作表
|
||||
}
|
||||
}
|
||||
//}
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
|
|||
|
|
@ -507,7 +507,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
|
||||
List<string> sheetNames = new List<string>()
|
||||
{
|
||||
"各匹配片段测量值","MeasuredValue"
|
||||
"ROI测量值","ROI 测量值"
|
||||
};
|
||||
|
||||
if (sheetNames.Intersect(uploadInfo.SheetNames).Count() == 0)
|
||||
|
|
|
|||
|
|
@ -361,7 +361,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
|
||||
List<string> sheetNames = new List<string>()
|
||||
{
|
||||
"FCT导入","FCT"
|
||||
"ROI测量值","ROI 测量值"
|
||||
};
|
||||
|
||||
if (sheetNames.Intersect(uploadInfo.SheetNames).Count() == 0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue