spreadsheet_set_cell
Set values or formulas in spreadsheet cells using LibreOffice MCP Tools. Modify cell content and save changes automatically for document editing.
Instructions
Set the value or formula of a single cell in a spreadsheet. Changes are saved immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | Document handle returned by document_open | |
| sheetName | No | Sheet name. Defaults to the first sheet if not specified | |
| cell | Yes | Cell address (e.g., "A1", "B3") | |
| value | Yes | Cell value | |
| formula | No | Excel formula (e.g., "=SUM(A1:A10)"). If provided, takes precedence over value. |