Get Sheets
get sheets names from google sheets.
Get the list of all sheet names from google sheet using specified spreadsheet IDs.
Input
Credential:
Object Variable
A variable name that references the user credential to access the resources.
SpreadSheet Id:
String Argument
The Id of the spreadsheet to get sheets.
Output
Output:
List of String Variable
The variable that stores the sheet names of google sheets.
Last updated