GetSheets
Query Google worksheets.
Input
| Name | Type | Description |
| Id | String | The ID of the Spreadsheet. This can be obtained from the Spreadsheets view. Either the spreadsheet Id or the spreadsheet Name must be input. |
| Name | String | The name of the Spreadsheet. This can be obtained from the Spreadsheets view. Either the spreadsheet Id or the spreadsheet Name must be input. |
Output
| Name | Type | Description |
| SheetID | String | The ID of the worksheet. |
| SheetName | String | The name of the worksheet. |
| ColCount | String | Indicates the number of columns in the worksheet, including columns that contain only empty cells. |
| RowCount | String | Indicates the number of total rows in the worksheet, including rows that contain only empty cells. |
| Updated | String | The date and time the worksheet was last updated. |
| VisFeedLink | String | The Google visualization API link for the worksheet. |