# Write Range

> `UiPath.AppleNumbers.Activities.WriteRange`

`UiPath.AppleNumbers.Activities.WriteRange`

Writes data to a specified range 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 into.
  + **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 into, for example, Sheet1.
* **Starting cell** - The starting cell in A1 notation where data is written, for example, A1.
* **Data** - The data table containing the data to write to the spreadsheet.
  :::note
  For more details on the plus menu options, check [Designing automations](https://docs.uipath.com/studio/standalone/latest/user-guide/designing-automations).
  :::

**Properties**

**Input**
* **Table name** - The name of the table to write to, for example, Table 1.

**Options**
* **Use Headers** - Writes the column names as the first row in the file. Select **True** or **False**. By default, this option is set to **True**.
