duheng
2025-04-03 82f8a7ead37ff50dec3d0d40e572d4331f14a8b2
WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/04-excelHelper/TranslationExcelHelper.cs
@@ -1,5 +1,4 @@
using DevExpress.CodeParser;
using HStation.Assets;
using HStation.Assets;
using NPOI.HSSF.UserModel;
using NPOI.SS.UserModel;
using NPOI.XSSF.UserModel;
@@ -136,7 +135,7 @@
                    StartDiameter = start_diameter,
                    EndDiameter = end_diameter,
                    Roughness = 120,
                    Description = row_temp.GetCell(col_index_descriptions)?.StringCellValue,
                    Description = row_temp.GetCell(col_index_descriptions).StringCellValue,//?.StringCellValue,
                });
            }