Get multiple cells action
- 최종 업데이트2025/07/05
Get multiple cells action
The Get multiple cells action in the Excel advanced package enables you to retrieve the values from the cells in a Microsoft Excel spreadsheet and store them in a table variable.
Settings
이 action은 셀 값을 문자열 데이터 유형으로 검색합니다. 이는 숫자, 백분율, 통화, 과학 및 날짜를 포함한 Excel 셀 형식을 지원합니다. 예를 들어, 통화 값을 가진 셀의 값은 테이블 또는 기록 변수로 전달될 때 통화 기호를 그대로 유지합니다.
Note: 문자열이 아닌 작업을 수행하려면 값을 변환해야 합니다.
- Use the Select range of cells to be
returned drop-down to select one of the following options:
-
All rows: Select one of the following options under
Read options:
- Read visible text in cell: cell value is read as is.
-
Read cell value: formatting is ignored while
reading the cell value.For example, if the cell content is '70%', Read visible text in cell option will read the content as 70%, whereas the Read cell value option will read the value as 70 ignoring the '%' format.Note: When creating automations on the macOS platform, the Read cell value option returns a value with a maximum of 12 decimal places.Recommendation: Use the Read cell value option as the reading value for a better performance than reading visible text.
-
Specific rows: Use the following fields to specify the
rows:
- From row
- to row
-
Cell range: Use the following fields to specify the
range for cells:
- From cell
- To cell
-
All rows: Select one of the following options under
Read options:
- 열기 action을 통해 통합 문서를 여는 데 사용한 세션 이름을 입력합니다.
- Select a table variable to store the retrieved values in the Assign value to variable list. Control Room은 설명적인 기본 변수 이름을 나타냅니다. 여러 출력 변수를 생성하면 -1, -2, -3 등으로 순차적 변수 이름이 추가되어 중복을 피합니다.