write_formulas
Write formula strings to cells in a Google Spreadsheet by specifying the range and a 2D array of formulas.
Instructions
Write formulas to cells
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | The A1 notation range to write formulas to | |
| formulas | Yes | 2D array of formulas (e.g., [['=SUM(A1:A5)', '=AVERAGE(B1:B5)']]) | |
| spreadsheet_id | Yes | The ID of the spreadsheet |