Get a worksheet by name or ID from an Excel workbook using Microsoft Graph API.
item_idThe ID of the Excel file (drive item) to get the worksheet from.
drive_idstringThe ID of the drive containing the Excel file. Required for SharePoint files or when using app-only authentication. Use 'me' for delegated auth with user's OneDrive, or provide the specific drive ID for SharePoint sites.
worksheetRequiredstringThe name or ID of the worksheet to retrieve. If using ID, it must be URL-encoded.
session_idstringOptional workbook session ID. Must be a valid session ID obtained from the EXCEL_GET_SESSION (createSession) action. Do NOT pass arbitrary strings - only use session IDs returned by createSession. If you don't have a valid session ID, leave this empty.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.