sheet_to_json
Convert Google Sheets data into JSON format using column headers as keys. Extract structured records from spreadsheets for integration with other systems.
Instructions
Convert a Google Sheets tab into JSON records using the header row.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id_or_url | Yes | ||
| sheet_name | Yes | ||
| header_row | No | ||
| start_row | No | ||
| end_row | No |