sheet页问题修改
continuous-integration/drone/push Build is running Details

Test_IRC_Net10
he 2026-08-06 14:06:09 +08:00
parent f94d1caa79
commit ff72c4aefc
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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)

View File

@ -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)