Read Column Workbook
Reads the value of an Excel column and stores it in a variable
Input
- Workbook Path: Full path of the workbook
- Type:
System.String - Required
- Type:
- Sheet Name: The name of the sheet from the workbook
- Type:
System.String - Required
- Type:
- Starting Cell: Specifies the starting cell from which the column is read.
- Type:
System.String - Required
- Type:
Options
- Password: The password of the workbook, if necessary.
- Type:
System.String
- Type:
Output
- Result: Column result as IEnumerable
- Type:
System.Collections.Generic.IEnumerable<System.Object>
- 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.