ningshuxia
2025-03-24 7b8ae93d47186c442ff890a1a83d108f115924c7
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,
                });
            }