Set WorkPaper Cell Contents
set_cell_contentsWrite raw content to a cell in a specified sheet, recalculate dependents, atomically save the workbook, and return before and after cell values.
Instructions
Write raw content to one cell, recalculate dependents, atomically persist the WorkPaper JSON file, and return before/after/restored readback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Raw cell content. Formula strings must start with =; plain strings are stored as literals. | |
| address | Yes | Single A1 cell address such as B3. Ranges are not accepted. | |
| sheetName | Yes | Existing sheet name, for example Inputs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | Yes | ||
| before | Yes | ||
| checks | Yes | ||
| restored | Yes | ||
| editedCell | Yes | Canonical sheet-qualified address that was edited. | |
| persistence | Yes |