Create a Google Sheet
create_sheetCreate a new Google Spreadsheet in your Drive, optionally pre-filled with rows (first row as headers). Pass data as an array of row arrays and get the spreadsheet ID and URL for immediate use.
Instructions
Create a new Google Spreadsheet in the user’s Drive and optionally fill it with rows — e.g. export a swipefile, ad list, or performance report. Pass rows as an array of row arrays (first row = headers). Returns the spreadsheet id + URL. Needs Google Drive connected (Settings ▸ Connectors ▸ Google Drive — one connection covers Drive, Sheets and Docs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | rows to write — array of row arrays; first row = headers | |
| title | No | spreadsheet title |