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

This commit is contained in:
he
2026-08-06 14:06:09 +08:00
parent f94d1caa79
commit ff72c4aefc
3 changed files with 5 additions and 5 deletions
@@ -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