Add Sheet

You can select this activity to add a new worksheet to a specific workbook.

This table lists the properties for the activity.

Property Type Property Name Data Type Description
Common Continue on error Boolean Select the check box to continue the RPA flow even if the activity fails. This check box is selected by default.
Input Workbook OnedriveItem The file or document stored in OneDrive to which the sheet must be added.

You can retrieve the metadata of a OneDrive item by using the OneDrive activities for an existing workbook or by using the output from the Create Workbook activity.

Worksheet Name String The name of the new worksheet. For example, test. xlsx. Currently, only xlsx format is supported.
Misc Display Name <String> The name to be dis- played for the activity.
Output Response Code Int32 Response code for the activity. Possible values:
  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates server error responses.
Sheet Name <String> The name of the new worksheet.