티스토리 뷰

UiPath

UiPath) Workbooks

ReadingFlynn 2020. 7. 23. 22:26

익숙한 내용은 제외하였다.

File Access Level

App Integration > Excel

  • 모든 것이 백그라운드에서 실행되며, MS Excel 설치되어있지 않아도 된다.
  • ❗.xlsx 파일에만 지원된다.

Excel App Integration

System > File > Workbook

  • MS Excel 반드시 설치되어 있어야 한다.
  • .xls .xlsm .csv .xlsx 모두 지원된다.
  • 파일이 열려있지 않은 상태에서는 각 activity마다 해당 파일을 열고 저장하고 닫는 작업을 반복한다.

Activities

Append Range

지정한 엑셀 시트의 끝단에 Datatable을 이어붙인다.

시트가 존재하지 않으면 새로 생성한다.

Get Table Range

Locates and extracts the range of an Excel table from a specified spreadsheet using the table name as input.

Read Row

Reads a row starting with a cell inputted by the user and stores it as an IEnumerable <object> variable.

Write Range

Writes the data from a DataTable variable in a spreadsheet starting with the cell indicated in the StartingCell field.

Excel Application Scope

CSV

  • Append to CSV

  • Read CSV

  • Write CSV

    컨테이너 밖에서도 작동하는 것이 특징이다.

Range

  • Auto Fill Range : 지정한 범위 내에 수식 적용
  • Copy Paste Range : 값, 수식, 포맷 등 한 시트에서 다른 시트로 복사-붙여넣기
  • Lookup Range : 주어진 범위 내에서 값 검색

Sheet

  • Get Workbook Sheet : reads the name of a sheet by its index.
  • Get Workbook Sheets: extracts the sheet names and stores them ordered by index.
  • Copy Sheet: copies a sheet in an Excel file and pastes either in the same Excel file or in a different one specified.

Adding Data Rows

The For each row activity below will add the rows in outputDT1 to the filteredCompanies variable using the row.ItemArray method. The method converts the data in each row to an Array Item and then adds it to filteredCompanies variable.

Read Range - Data table : Data Type Problem

object로 떠서 합계가 안되네. 이걸 integer 로 변환해야 하나?

'UiPath' 카테고리의 다른 글

UiPath) Array / List  (0) 2020.05.17
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
more
«   2024/04   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
글 보관함