Skip to main content
Version: Streamsheets 3.0

GOOGLE.SHEETS.SPREADSHEET.LIST

Premium
Experimental

Get a list of all available spreadsheets.

Syntax

=GOOGLE.SHEETS.SPREADSHEET.LIST([ResponseTarget])

Arguments

NameTypeDescription
ResponseTarget (optional)TargetSpecify inbox, outbox, cell or cell-range to write any response to.

Return

TypeDescription
JSONA list with names and ids of all spreadsheets currently available.

Examples

FormulaResultComment
=GOOGLE.SHEETS.SPREADSHEET.LIST(A1:B4)
JSONLists names and ids of all currently available spreadsheets.