|
|
@ -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>(TExportModel? model, IXLCell cell, PropertyInfo property) |
|
|
|