write_cell
Write a value to a cell, with support for formulas (prefix '='), dates (ISO string), and clearing (null).
Instructions
Write a value to one cell. Strings starting with '=' are stored as formulas.
Pass null to clear the cell. Dates should be ISO strings; they are stored as text unless the cell already has a date number format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell | Yes | ||
| value | Yes | ||
| session_id | Yes |