Get Sheet Info
Last updated
Last updated
Get specified sheet information from google sheets.
Credential: A variable name that references the user credential to access the resources.
SpreadSheet Id: The Id of the spreadsheet in which sheet information is to be extracted.
Sheet Name: The name of the sheet in which sheet information is to be extracted.
Column Count: The output variable that stores the count of column values in the specified google sheet.
Row Count: The output variable that stores the count of row values in the specified google sheet.
Sheet Empty:
The output variable that stores true
when the google sheet is empty otherwise store false
.