重写库位定义导入功能

This commit is contained in:
FanLian
2023-08-08 10:19:34 +08:00
parent abb9663485
commit ea0f71ac19
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)