@ -6655,6 +6655,15 @@ namespace Myshipping.Application
{
row.CreateCell(1).SetCellValue(edi.EmcNameAccount);
}
ICell _cell = row.GetCell(4);
if (_cell != null)
row.Cells[4].SetCellValue(edi.EmcNameAccount);
else
row.CreateCell(4).SetCellValue(edi.EmcNameAccount);
if (i == 47)