excel_add_formula
Add a formula to a specific cell in an Excel worksheet by specifying the workbook ID, sheet name, cell location, and formula expression. Set calculations directly in your spreadsheet.
Instructions
添加公式
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell | Yes | 单元格位置 | |
| formula | Yes | 公式,如 SUM(A1:A10) | |
| sheetName | Yes | 工作表名称 | |
| workbookId | Yes | 工作簿ID |