Skip to main content
Version: Streamsheets 3.0

GOOGLE.SHEETS.SHEET.LIST

Premium
Experimental

List all sheets of specified spreadsheet.

Syntax

=GOOGLE.SHEETS.SHEET.LIST(Spreadsheet-Id, [ResponseTarget])

Arguments

NameTypeDescription
Spreadsheet-IdTextThe id of the spreadsheet to get sheets from.
ResponseTarget (optional)TargetSpecify inbox, outbox, cell or cell-range to write any response to.

Return

TypeDescription
JSONA JSON containing name and id of each sheet within specified spreadsheet.

Examples

FormulaResultComment
=GOOGLE.SHEETS.SHEET.LIST(B2, D2:E4)
JSONLists all sheets of spreadsheet with ID given in B2.