10월13일1 [UiPath] 데이터 테이블 기타 이론 및 셀렉터 연습 컬럼명 바꾸기 엑셀파일 읽어오기 이름 > 성명 dtVar.Columns(1).ColumnName = "성명" 컬럼 순서 바꾸기 (전공 Column을 가장 앞으로 ) Invoke Method TargetType > (null) TargetObject > dtStudent.Columns("전공") Value 안에는 이동하고자하는 Column의 인덱스 결과 확인 (시트명을 다르게 지정) 압축하고 풀기 압축하기 zipPath = "경로" extractPath = "경로\CompressResult.zip" (\아래는 zip파일명) Invoke Method Target Type MethodName > CreateFromDirectory Parameters 결과 확인 압축 풀기 zipPath = "TestZip.zi.. 2023. 10. 15. 이전 1 다음