Read Cell Workbook
Reads the value of an Excel cell and stores it in a variable.
Input
- Workbook Path: The full path of the Excel spreadsheet that you want to use.
- Type:
System.String - Required
- Type:
- Sheet Name: The name of the sheet in which the cell that you want to read is
- Type:
System.String - Required
- Type:
- Cell: The cell that you want to read
- Type:
System.String - Required
- Type:
Options
- Password: The password of the Excel workbook, if necessary.
- Type:
System.String
- Type:
Output
- Result: Stores the information from the specified spreadsheet cell in a variable.
- Type:
System.Object - Required
- Type:
Workbook
- Workbook: The existing workbook instance.
- Type:
DocumentFormat.OpenXml.Spreadsheet.Workbook - Required
- Type:
Details
- This activity can be used even if Excel is not installed in the environment where the process runs.