@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user