Get Sheets
Gets all the worksheets from a specified workbook.
Last updated
Gets all the worksheets from a specified workbook.
Last updated
This activity retrieves all the sheets from a user-specified workbook using the Microsoft Graph API.
Connection Id: Required
Specifies the office 365 connection id.
Workbook: Required
Specifies the of the Excel workbook whose sheets are to be retrieved. We can also specify the output variable of the activity (which is First or Results) directly as input in this property or use the output variable of the activity (Workbook). If we are using the Results property of the Find Files And Folders activity then we can directly specify the element in the array.
For example : Results[1].
Workbook: Specifies the sheets from a given workbook as a String array.\