..
This commit is contained in:
@@ -368,7 +368,7 @@ namespace FEQ0000
|
||||
if (nudQty.Value > 0)
|
||||
{
|
||||
if (cf_qty == libxl.CellType.CELLTYPE_NUMBER)
|
||||
수량 = sheet.readNum(r, (int)nudQty.Value - 1).ToString("N0");
|
||||
수량 = sheet.readNum(r, (int)nudQty.Value - 1).ToString("N0").Replace(",", "").Trim();
|
||||
else if (cf_qty == libxl.CellType.CELLTYPE_STRING)
|
||||
수량 = sheet.readStr(r, (int)nudQty.Value - 1).Replace(",", "").Trim();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user