아래의 이미지처럼 경매 정보를 가져오려고 UiPath 프로그램 상단의 "테이블 추출"을 사용하여
datetable을 수집하였습니다. 테스트 결과도 양호하고 창과 datetable의 selecter 또한 올바르게 잡아주었습니다.
하지만 엑셀에 붙여넣을때, 아무것도 없습니다.
무엇이 문제일까요?
아래의 이미지처럼 경매 정보를 가져오려고 UiPath 프로그램 상단의 "테이블 추출"을 사용하여
datetable을 수집하였습니다. 테스트 결과도 양호하고 창과 datetable의 selecter 또한 올바르게 잡아주었습니다.
하지만 엑셀에 붙여넣을때, 아무것도 없습니다.
무엇이 문제일까요?
Hi @111976
After extracting the datatable once check the DataTable.RowCount in a message box whether it extracts data or not
And simply you can try Write Range WorkBook activity
Excel을 작성하기 전에 extactdatatable_1 변수에서 값을 얻고 있는지 여부를 확인할 수 있습니까?
extractdatatable_1.Rows.count
cheers
It’s great to extract it with that activity! But why isn’t my “use Excel file” activity working?
Yes! I import the data table well. But the problem is that my ‘use excel file’ activity doesn’t work.
check is there any other duplicate variable is present with the samename?
and check the scope of the variable which you are using extractdatatable_1
cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.