Skip to main content
googleSheets.createSheet adds a tab to an existing spreadsheet.

Example

Inputs

Provide spreadsheet and a unique title. Optional positive rowCount and columnCount, nonnegative frozenRowCount and frozenColumnCount, zero-based index, hidden, and rightToLeft set the initial sheet. Second argument { account } selects the Google Account.

Output

Returns Sheet metadata with sheetId, title, zero-based index, grid counts, frozen counts, visibility, direction, type, and an empty tables array.