workiva_write_cells
Write cell values to a Workiva spreadsheet using row and column coordinates, enabling direct data updates in regulated financial reports.
Instructions
Write values to cells via the v2026 values API.
PUT /spreadsheets/{spreadsheet_id}/sheets/{sheet_id}/values/{A1Range}. Formulas pass through as text starting with "=". Cells are grouped by row and written as one PUT per row with empty strings filling any column gaps.
Args: spreadsheet_id: The spreadsheet UUID sheet_id: The sheet UUID (from workiva_spreadsheet_sheets) cells: [{row, col, value}] with 0-based row/col
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cells | Yes | ||
| sheet_id | Yes | ||
| spreadsheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |