Description
Updates the content of specified cells in an Excel document.
Studio Pro supports Microsoft Excel .xls and .xlsx file formats.
As of the 8.3 update, there are two ways of interacting with MS Excel - Microsoft Native and Generic. Navigate to the menu "Settings" → "Microsoft activities" to choose a method.
Microsoft Native uses standard Microsoft methods to interact with the Excel application. It requires Excel to be installed on your computer and extends the capabilities of interacting with all Excel functionalities.
Generic does not require Excel to be installed and may have some Excel functionalities limitations.
Parameters
-
Set a value: enables you to directly write the desired path. Clicking the 'Pick' button allows you to manually choose the path.
-
Save the previous step result: chooses the last result activity as a path.
-
Calculate a value: enables you to use available properties and methods to form a path.
-
Save the previous step result: chooses the last result activity as the data.
-
Calculate a value: enables you to use available properties and methods to form data for the cell. You can use strings or numbers.
Allows you to specify a row for the cell to update.
-
Set a value: enables you to directly write the desired number of the row.
-
Save the previous step result: chooses the last result activity as a number of the row.
-
Calculate a value: enables you to use available properties and methods to form a number of the row.
Allows you to specify a column for the cell to update.
-
Set a value: enables you to directly write the desired Excel column index of the column.
-
Save the previous step result: chooses the previous activity result as Excel column index of the start column.
-
Calculate a value: enables you to use available properties and methods to form Excel column index of the column.
By default, the first sheet in an Excel file is used.
-
Set a value: enables you to directly specify the sheet name, for example,
Employees
. -
Save the previous step result: chooses the previous activity result as the sheet name.
-
Calculate a value: enables you to use available properties and methods to form the sheet name.
Contains an annotation of the activity. The input text will be displayed above the activity name.
Note. This activity doesn't change the formatting of Excel table.