Description
Updates a column specified on the Excel Sequence.
Attributes
Input
Column - The column or name of the column to be updated.
Values - The value to be placed on the specified column.
Worksheet - The name of the sheet to be updated. By default, it is set to “Sheet1”.
Common
ContinueOnError - The Boolean value to specify whether to continue executing the next activities even if there is an error thrown on this activity.
Misc
DisplayName - Renames the activity.
Example
For this example, this is what the sample Spreadsheet contains:
- Add an Excel Sequence activity inside the initial Sequence.
- In the Excel Sequence File Path field, search for and select your Spreadsheet document by, first, clicking the browse button.
- Inside the Excel Sequence, add an Update Column activity.
- In the Update Column Worksheet field, write "Sheet1" (or the name of the sheet you would use).
- In the Update Column Column field, write "B".
- In the Update Column Values field, write {"Grade","93","87","85"}.
The use case should look as the following screenshot:
After execution, the values of column B should be updated with the specified values: