Write Cell
UiPath.AppleNumbers.Activities.WriteCell
Writes data to a specified cell in an Apple Numbers spreadsheet.
This activity writes a value to a single cell in an Apple Numbers spreadsheet. You specify the sheet name, table name, and cell address in A1 notation, for example, A1 or A1:N15, along with the value to write. The value is converted to a string before being written to the cell.
note
This package only runs on macOS systems with Apple Numbers installed.
Project compatibility
Windows | Cross-platform
Configuration
You can configure the activity and its properties as follows:
- File (local path) - The path to the Apple Numbers spreadsheet file to write to.
- Use a File Resource - You can select this option to change the current field to File so you can browse for the file location.
- Use Local File - Select this option to switch back to the initial field. This option is visible only when the File field is also present, which happens after you select the previous option Use a File Resource.
- Sheet - The name of the sheet to write to, for example, Sheet1.
- Cell - The cell to write to in A1 notation, for example,
A1. - What to write - The value to write in the cell (converted to string using
ToString()).noteFor more details on the plus menu options, check Designing automations.
Properties
Input
- Table name - The name of the table to write to, for example, Table 1.