sheets_paste_markdown_report
Paste a markdown report into a Google Sheet, converting each line to a row. Optionally clear the target range before writing.
Instructions
Paste a markdown report into a sheet as one line per row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | Starting range, e.g. Report!A1 | |
| markdown | Yes | Markdown report content | |
| clearFirst | No | Clear the target range before writing | |
| spreadsheetId | Yes |