重写库位定义导入功能
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user