From 5db0df8886474613ab193f39a6322bdc4e3c3301 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Mon, 23 Oct 2023 10:09:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88Excel=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E8=87=AA=E5=8A=A8=E8=A1=8C=E9=AB=98=E5=92=8C?= =?UTF-8?q?=E5=88=97=E5=AE=BD=E8=A1=8C=E4=B8=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SettleAccount.Application/Entities/BQ/VmiAppService.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/VmiAppService.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/VmiAppService.cs index 39dde05b..d90f2011 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/VmiAppService.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/VmiAppService.cs @@ -823,9 +823,9 @@ namespace Win.Sfs.SettleAccount.Entities.BQ ws.RangeUsed().Style.Border.RightBorderColor = ws.RangeUsed().Style.Border.BottomBorderColor = ws.RangeUsed().Style.Border.LeftBorderColor = XLColor.Black; - ws.RangeUsed().SetAutoFilter(); - ws.ColumnsUsed().AdjustToContents(); - ws.RowsUsed().AdjustToContents(); + //ws.RangeUsed().SetAutoFilter(); + //ws.ColumnsUsed().AdjustToContents(); + //ws.RowsUsed().AdjustToContents(); } private static void SetCell(TExportModel? model, IXLCell cell, PropertyInfo property)