OData $expand query option to expand related entities, such as format.
selectstring
OData $select query option to specify which properties to return (comma-separated).
item_idstring
Required
The ID of the Excel file (drive item) containing the workbook.
drive_idstring
Optional drive ID. Required for application-level permissions (s2s_oauth). If not provided, uses /me/drive endpoint for delegated auth. Use EXCEL_LIST_FILES or ONE_DRIVE_GET_DRIVE_ROOT to get the drive ID.
chart_namestring
Required
The name or ID of the chart (URL-encoded if necessary).
session_idstring
Optional workbook session ID. If provided, will be sent in the headers to maintain session state.
worksheet_idstring
Required
The ID or name of the worksheet (URL-encoded if necessary).
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not