App Logo
docs.google.com

Sheets: new spreadsheet

Create a new Google Spreadsheet in My Drive, optionally with a title. Returns spreadsheetId, url, and firstGid (always 0). The file lands in Drive root (My Drive); moving it elsewhere is a Drive action, not a Sheets one.

Input

title optional

Optional title. Omit (or pass only whitespace) to keep Google's default "Untitled spreadsheet", whose wording depends on the account's language.

Output

url required
firstGid required
spreadsheetId required
title optional

The spreadsheet's name, read back off a freshly reloaded editor so it reflects what Google saved rather than what was typed. Null when no title was requested.

rename_attempts optional

How many times the title had to be filled before it stuck. More than 1 means the editor discarded the first attempt.

FAQ

Create a new Google Spreadsheet in My Drive, optionally with a title. Returns spreadsheetId, url, and firstGid (always 0). The file lands in Drive root (My Drive); moving it elsewhere is a Drive action, not a Sheets one.
Optional: title.
It returns url, title, firstGid, spreadsheetId, rename_attempts.
Yes. It acts as you on docs.google.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the docs.google.com cookies saved by the Reduck extension.
It makes changes on docs.google.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/docs.google.com/sheets_new_spreadsheet, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/docs.google.com/sheets_new_spreadsheet
It is part of Reduck's official curated catalogue.

Start building not clicking