append_to_sheet
Append Markdown content to the end of a specified column in a Google Sheet. Provide sheet ID, content, and optional column name (default col1).
Instructions
シートの指定カラムの末尾にコンテンツを追記
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | シートID | |
| content | Yes | 追記するコンテンツ(Markdown) | |
| column | No | カラム名: col1, col2, col3(デフォルト: col1) | col1 |