This commit is contained in:
chi
2020-09-03 20:44:39 +09:00
parent d88b1e1909
commit 31941ae90f
54 changed files with 4184 additions and 1604 deletions

View File

@@ -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();
}