Set WorkPaper Cell Contents
set_cell_contentsWrite raw content to a spreadsheet cell, trigger recalculation of dependent formulas, atomically save the workbook file, and return verified readback.
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 |
|---|---|---|---|
| sheetName | Yes | Existing sheet name, for example Inputs. | |
| address | Yes | Single A1 cell address such as B3. Ranges are not accepted. | |
| value | Yes | Raw cell content. Formula strings must start with =; plain strings are stored as literals. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| editedCell | Yes | Canonical sheet-qualified address that was edited. | |
| before | Yes | ||
| after | Yes | ||
| restored | Yes | ||
| persistence | Yes | ||
| checks | Yes |