Delete Column
Deletes given column from given Excel file
Input
- Sheet Name: The Excel sheet to be processed
- Type:
System.String
- Type:
- Column Name: The name of the column to be deleted. If there are headers, it should be the header name. If there are no headers, it should be the letter name of the column.
- Type:
System.String - Required
- Type:
- Has Headers: When marked, the header of the column to be deleted, i.e., the first row, will not be deleted.
- Type:
System.Boolean - Required
- Type:
Details
- This activity can only be used within the Use Excel File activity. Excel application must be installed on the machine where the process will run.