Get Table Range Workbook
Extracts the range of an Excel table from a specified spreadsheet.
Input
- Workbook Path: Full path of the workbook
- Type:
System.String - Required
- Type:
- Sheet Name: The name of the sheet from which to get the range
- Type:
System.String - Required
- Type:
- Table Name: The name of the table to extract the range from
- Type:
System.String - Required
- Type:
Options
- Is Pivot: When selected, this option indicates that the specified table is a pivot one.
- Type:
System.Boolean
- Type:
- Password: The password of the workbook, if necessary
- Type:
System.String
- Type:
Output
- Range: The range of the specified table.
- Type:
System.String
- 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.