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