numbers_set
Modify cell values in an existing Numbers sheet, add formulas, clear cells, and save the file. Use A1 notation to target cells.
Instructions
Write specific cells in an existing Numbers sheet, and save it.
Cells are addressed as in the app: {"B7": "1200", "C7": "=B7*0.22"}. The
rest of the sheet is left intact, and Numbers recalculates every formula
that depends on the touched cells — that is the reason this goes through the
app instead of rewriting the file. An empty value empties the cell.
Args:
path: the .numbers file to modify.
cells: A1-notation reference → value. A value starting with = is
inserted as a formula.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| cells | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |