dingtalk_sheet_append
Append data to the end of a specified worksheet in an online spreadsheet by providing the sheet ID, target range, and values as a JSON array.
Instructions
向在线电子表格末尾追加数据
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | 追加目标范围(指定工作表) | |
| values | Yes | 数据(二维数组 JSON 格式) | |
| sheet_id | Yes | 电子表格 ID |