Create Table
UiPath.Excel.Activities.ExcelCreateTable
Creates a table from a specified range.
Properties
Common
- DisplayName - The display name of the activity.
Destination
- Range - The range from which the table is to be created. This field supports only strings and String variables.
- TableName - The name of the table that is to be created. This field supports only strings and String variables.
Input
- SheetName - The name of the sheet in the workbook where the range can be found. This field supports only strings and String variables.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Example of Using the Create Table Activity
To exemplify how to use this activity, we have built an automation project which creates a new table in an Excel workbook by using a range already present in that workbook.