Description
Inserts a new column into a spreadsheet.
Attributes
Input
Column - The name of the column where the column would be added.
Worksheet - The name of the sheet to be updated. By default, it is set as “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 looks like:
- Add an Excel Sequence activity inside the initial Sequence.
- In the File Path field, search for and select your Spreadsheet document by, first, clicking the browse button.
- Add an Insert Column activity, and in the Worksheet field, write "Sheet1" (or the name of the sheet you would use).
- In the Insert Column Column field, write B.
After executing, a new column should be added in Column B.