This commit is contained in:
alex
2023-08-08 10:27:12 +08:00
4 changed files with 87 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ namespace Tnb.WarehouseMgr
ICellStyle style = workbook.CreateCellStyle();
IFont font = workbook.CreateFont();
font.Color = IndexedColors.Black.Index; // 将字体颜色设置为
font.Color = IndexedColors.Black.Index; // 将字体颜色设置为
style.SetFont(font);
var nameRow = sheet?.GetRow(0);
if (nameRow != null)