프로그래밍/Exception Solution

UiPath : Read Range: A column named '컬럼이름' already belongs to this DataTable.

정다실버 2020. 5. 27. 17:44

Read Range: A column named '시작문자열(Befrore)' already belongs to this DataTable.

 

읽어오려는 엑셀 파일의 컬럼 값이 똑같을경우 생기는 에러!

다음과 같이 이름이 같은 두개 이상의 컬럼이 존재하기 때문이다.

 

참고로 에러명의 'A'는 컬럼A를 말한게 아니었음.