..업로드 기능 추가
This commit is contained in:
@@ -117,7 +117,16 @@ namespace FPJ0000
|
||||
}
|
||||
}
|
||||
}
|
||||
cols.Add(strVallue);
|
||||
if(cols.IndexOf(strVallue) >= 0)
|
||||
{
|
||||
FCOMMON.Util.MsgE("동일 컬럼이 발견 됨 진행 불가 : " + strVallue);
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
cols.Add(strVallue);
|
||||
}
|
||||
|
||||
this.dtExcel.Columns.Add(strVallue);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user