SharePoint Graph
SharePoint Graph uses Microsoft Graph to access SharePoint sites, lists, list items, document libraries, files, folders, and sharing capabilities.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
SharePoint Graph connects with a single OAuth click - there is no token to paste. The first time an agent uses a SharePoint Graph action, FlyMyAI asks you to authorize your SharePoint Graph account. Approve it once and the connection is reused for every later run.
- Provider: SharePoint Graph
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
SHAREPOINT_GRAPH_ADD_CONTENT_TYPE_COLUMN | Add a column (column link) to a SharePoint site or list content type. | site_id, content_type_id, body |
SHAREPOINT_GRAPH_ADD_CONTENT_TYPE_COPY_FROM_HUB | Add a copy of a content type from the tenant content type hub to a SharePoint site or list. | site_id, content_type_id |
SHAREPOINT_GRAPH_ADD_CONTENT_TYPE_COPY_TO_LIST | Copy a site content type into a SharePoint list. | site_id, list_id, content_type_id |
SHAREPOINT_GRAPH_ADD_WORKBOOK_CHART | Add a chart to a worksheet in an Excel workbook stored in SharePoint. | drive_id, item_id, worksheet_id_or_name, type, source_data |
SHAREPOINT_GRAPH_ADD_WORKBOOK_NAME | Add a named item at the workbook scope in an Excel workbook stored in SharePoint. | drive_id, item_id, name, reference |
SHAREPOINT_GRAPH_ADD_WORKBOOK_TABLE | Add a table to an Excel workbook stored in SharePoint. | drive_id, item_id, address |
SHAREPOINT_GRAPH_ADD_WORKBOOK_TABLE_ROW | Add rows to an Excel workbook table stored in SharePoint. | drive_id, item_id, table_id_or_name, values |
SHAREPOINT_GRAPH_ADD_WORKBOOK_WORKSHEET | Add a worksheet to an Excel workbook stored in SharePoint. | drive_id, item_id |
SHAREPOINT_GRAPH_APPLY_WORKBOOK_TABLE_COLUMN_FILTER | Apply a filter to a column of an Excel workbook table stored in SharePoint. | drive_id, item_id, table_id_or_name, column_id_or_name, criteria |
SHAREPOINT_GRAPH_ASSIGN_SENSITIVITY_LABEL | Assign a Microsoft Purview sensitivity label to a SharePoint drive item. | drive_id, item_id, sensitivity_label_id |
SHAREPOINT_GRAPH_CHECKIN_DRIVE_ITEM | Check in a SharePoint drive item. | drive_id, item_id |
SHAREPOINT_GRAPH_CHECKOUT_DRIVE_ITEM | Checkout SharePoint Drive Item. | drive_id, item_id |
SHAREPOINT_GRAPH_CLOSE_WORKBOOK_SESSION | Close an Excel workbook session. | drive_id, item_id, session_id |
SHAREPOINT_GRAPH_COPY_DRIVE_ITEM | Start an asynchronous copy of a SharePoint drive item. | drive_id, item_id |
SHAREPOINT_GRAPH_CREATE_FOLDER | Create a folder inside a SharePoint drive folder. | drive_id, parent_item_id, name |
SHAREPOINT_GRAPH_CREATE_LIST | Create a SharePoint list. | site_id, display_name |
SHAREPOINT_GRAPH_CREATE_LIST_COLUMN | Create a SharePoint list column definition. | site_id, list_id, body |
SHAREPOINT_GRAPH_CREATE_LIST_ITEM | Create a SharePoint list item. | site_id, list_id, fields |
SHAREPOINT_GRAPH_CREATE_SHARING_LINK | Create a sharing link for a SharePoint drive item. | drive_id, item_id |
SHAREPOINT_GRAPH_CREATE_SITE_COLUMN | Create a SharePoint site column definition. | site_id, body |
SHAREPOINT_GRAPH_CREATE_SITE_CONTENT_TYPE | Create a SharePoint site content type. | site_id, name |
SHAREPOINT_GRAPH_CREATE_SITE_PAGE | Create a modern SharePoint site page. | site_id, body |
SHAREPOINT_GRAPH_CREATE_SITE_PERMISSION | Grant an application (Sites.Selected) permission on a SharePoint site. | site_id, roles, granted_to_identities |
SHAREPOINT_GRAPH_CREATE_SUBSCRIPTION | Create a Microsoft Graph webhook subscription. | changeType, notificationUrl, resource, expirationDateTime |
SHAREPOINT_GRAPH_CREATE_UPLOAD_SESSION | Create an upload session for large SharePoint file uploads. | drive_id, item_path |
SHAREPOINT_GRAPH_CREATE_WORKBOOK_SESSION | Create an Excel workbook session for a workbook stored in SharePoint. | drive_id, item_id |
SHAREPOINT_GRAPH_DELETE_DRIVE_ITEM | Delete a SharePoint drive item. | drive_id, item_id |
SHAREPOINT_GRAPH_DELETE_DRIVE_ITEM_PERMISSION | Delete a sharing permission from a SharePoint drive item. | drive_id, item_id, permission_id |
SHAREPOINT_GRAPH_DELETE_DRIVE_ITEM_VERSION | Delete a SharePoint drive item version. | drive_id, item_id, version_id |
SHAREPOINT_GRAPH_DELETE_LIST | Delete a SharePoint list. | site_id, list_id |
SHAREPOINT_GRAPH_DELETE_LIST_COLUMN | Delete a SharePoint list column definition. | site_id, list_id, column_id |
SHAREPOINT_GRAPH_DELETE_LIST_CONTENT_TYPE | Delete a SharePoint list content type. | site_id, list_id, content_type_id |
SHAREPOINT_GRAPH_DELETE_LIST_ITEM | Delete a SharePoint list item. | site_id, list_id, item_id |
SHAREPOINT_GRAPH_DELETE_SHARE_PERMISSION | Revoke the sharing-link permission for a shared SharePoint or OneDrive item. | shared_drive_item_id |
SHAREPOINT_GRAPH_DELETE_SITE_COLUMN | Delete a SharePoint site column definition. | site_id, column_id |
SHAREPOINT_GRAPH_DELETE_SITE_CONTENT_TYPE | Delete a SharePoint site content type. | site_id, content_type_id |
SHAREPOINT_GRAPH_DELETE_SITE_PAGE | Delete a SharePoint site page. | site_id, page_id |
SHAREPOINT_GRAPH_DELETE_SITE_PERMISSION | Revoke an application (Sites.Selected) permission from a SharePoint site. | site_id, permission_id |
SHAREPOINT_GRAPH_DELETE_SUBSCRIPTION | Delete a Microsoft Graph webhook subscription. | subscription_id |
SHAREPOINT_GRAPH_DELETE_WORKBOOK_TABLE | Delete a table from an Excel workbook stored in SharePoint. | drive_id, item_id, table_id_or_name |
SHAREPOINT_GRAPH_DELETE_WORKBOOK_WORKSHEET | Delete a worksheet in an Excel workbook stored in SharePoint. | drive_id, item_id, worksheet_id_or_name |
SHAREPOINT_GRAPH_DISCARD_CHECKOUT_DRIVE_ITEM | Discard SharePoint Drive Item Checkout. | drive_id, item_id |
SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEM | Download a SharePoint drive item. The file is streamed to the file backend and the response returns a downloadable file, so large files are handled without exhausting memory. | drive_id, item_id |
SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEM_BY_PATH | Download a SharePoint drive item by path. The file is streamed to the file backend and the response returns a downloadable file, so large files are handled without exhausting memory. | drive_id, item_path |
SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEM_VERSION | Download the binary content of an earlier (non-current) version of a file in a SharePoint document library. The version's bytes are streamed to the file backend and returned as a downloadable file, so large files are handled without exhausting memory. To down… | drive_id, item_id, version_id |
SHAREPOINT_GRAPH_EXECUTE_BATCH | Execute a Microsoft Graph JSON batch request. | requests |
SHAREPOINT_GRAPH_EXTRACT_SENSITIVITY_LABELS | Extract the Microsoft Purview sensitivity labels currently applied to a SharePoint drive item. | drive_id, item_id |
SHAREPOINT_GRAPH_FOLLOW_SITE | Follow one or more SharePoint sites for a user. | user_id, value |
SHAREPOINT_GRAPH_GET_ALL_SITES | Enumerate all SharePoint sites across geographies in the organization. | - |
SHAREPOINT_GRAPH_GET_CONTENT_TYPE_COLUMN | Get a single column of a SharePoint site or list content type. | site_id, content_type_id, column_id |
SHAREPOINT_GRAPH_GET_CONTENT_TYPE_IS_PUBLISHED | Check whether a SharePoint content type is published to the content type hub. | site_id, content_type_id |
SHAREPOINT_GRAPH_GET_CURRENT_USER | Get the current Microsoft Graph user for delegated SharePoint Graph connections. | - |
SHAREPOINT_GRAPH_GET_DEFAULT_DRIVE | Get the default document library drive for a SharePoint site. | site_id |
SHAREPOINT_GRAPH_GET_DOCUMENT_COMMENTS | Extract comments from a SharePoint Word .docx drive item. | drive_id, item_id |
SHAREPOINT_GRAPH_GET_DRIVE | Get a SharePoint document library drive by drive ID. | drive_id |
SHAREPOINT_GRAPH_GET_DRIVE_ITEM | Get a SharePoint drive item by ID. | drive_id, item_id |
SHAREPOINT_GRAPH_GET_DRIVE_ITEM_ANALYTICS | Get item analytics for a SharePoint drive item. | drive_id, item_id |
SHAREPOINT_GRAPH_GET_DRIVE_ITEM_BY_PATH | Get a SharePoint drive item by path. | drive_id, item_path |
SHAREPOINT_GRAPH_GET_DRIVE_ITEM_PERMISSION | Get a single sharing permission on a SharePoint drive item. | drive_id, item_id, permission_id |
SHAREPOINT_GRAPH_GET_DRIVE_ITEM_VERSION | Get a specific SharePoint drive item version. | drive_id, item_id, version_id |
SHAREPOINT_GRAPH_GET_LIST | Get a SharePoint list by ID or display name. | site_id, list_id |
SHAREPOINT_GRAPH_GET_LIST_COLUMN | Get a SharePoint list column definition. | site_id, list_id, column_id |
SHAREPOINT_GRAPH_GET_LIST_CONTENT_TYPE | Get a SharePoint list content type. | site_id, list_id, content_type_id |
SHAREPOINT_GRAPH_GET_LIST_ITEM | Get a SharePoint list item. | site_id, list_id, item_id |
SHAREPOINT_GRAPH_GET_LIST_ITEM_FIELDS | Get field values for a SharePoint list item. | site_id, list_id, item_id |
SHAREPOINT_GRAPH_GET_LIST_ITEM_VERSION | Get a specific SharePoint list item version. | site_id, list_id, item_id, version_id |
SHAREPOINT_GRAPH_GET_ROOT_SITE | Get the tenant's root SharePoint site. | - |
SHAREPOINT_GRAPH_GET_SENSITIVITY_LABEL | Get a Microsoft Purview sensitivity label by its ID. Available in the global Microsoft Graph service only (not US Government or China national clouds). | label_id |
SHAREPOINT_GRAPH_GET_SHARES | Access a shared SharePoint or OneDrive item by share ID or encoded sharing URL. | shared_drive_item_id |
SHAREPOINT_GRAPH_GET_SITE | Get a SharePoint site by Microsoft Graph site ID. | site_id |
SHAREPOINT_GRAPH_GET_SITE_COLUMN | Get a SharePoint site column definition. | site_id, column_id |
SHAREPOINT_GRAPH_GET_SITE_CONTENT_TYPE | Get a SharePoint site content type. | site_id, content_type_id |
SHAREPOINT_GRAPH_GET_SITE_PAGE | Get a SharePoint site page as a Microsoft Graph sitePage resource. | site_id, page_id |
SHAREPOINT_GRAPH_GET_SITE_PAGE_WEB_PART | Get a single web part on a SharePoint site page. | site_id, page_id, web_part_id |
SHAREPOINT_GRAPH_GET_SITE_PERMISSION | Get a single application (Sites.Selected) permission on a SharePoint site. | site_id, permission_id |
SHAREPOINT_GRAPH_GET_SPECIAL_FOLDER | Get a SharePoint special folder by name. | drive_id, name |
SHAREPOINT_GRAPH_GET_SUBSCRIPTION | Get a Microsoft Graph webhook subscription. | subscription_id |
SHAREPOINT_GRAPH_GET_WORKBOOK_CHART_IMAGE | Render an Excel worksheet chart stored in SharePoint as a base64-encoded image. | drive_id, item_id, worksheet_id_or_name, chart_name |
SHAREPOINT_GRAPH_GET_WORKBOOK_NAME | Get a named item defined at the workbook scope in an Excel workbook stored in SharePoint. | drive_id, item_id, name |
SHAREPOINT_GRAPH_GET_WORKBOOK_WORKSHEET | Get an Excel worksheet in a SharePoint workbook. | drive_id, item_id, worksheet_id_or_name |
SHAREPOINT_GRAPH_GRANT_SHARE_PERMISSION | Grant users access to a shared SharePoint or OneDrive link via an encoded sharing URL. | encoded_sharing_url, recipients, roles |
SHAREPOINT_GRAPH_INVITE_DRIVE_ITEM | Invite recipients to a SharePoint drive item. | drive_id, item_id, recipients, roles |
SHAREPOINT_GRAPH_LIST_CONTENT_TYPE_COLUMNS | List the columns of a SharePoint site or list content type. | site_id, content_type_id |
SHAREPOINT_GRAPH_LIST_DRIVE_DELTA | Track changes in a SharePoint drive using Microsoft Graph delta. | drive_id |
SHAREPOINT_GRAPH_LIST_DRIVE_ITEM_CHILDREN | List children under a folder drive item. | drive_id, item_id |
SHAREPOINT_GRAPH_LIST_DRIVE_ITEM_CHILDREN_BY_PATH | List the children of a SharePoint folder addressed by its path under the drive root. | drive_id, item_path |
SHAREPOINT_GRAPH_LIST_DRIVE_ITEM_PERMISSIONS | List sharing permissions on a SharePoint drive item. | drive_id, item_id |
SHAREPOINT_GRAPH_LIST_DRIVE_ITEM_THUMBNAILS | Retrieve the available thumbnail sets (small, medium, large) for a SharePoint drive item. | drive_id, item_id |
SHAREPOINT_GRAPH_LIST_DRIVE_ITEM_VERSIONS | List versions for a SharePoint drive item. | drive_id, item_id |
SHAREPOINT_GRAPH_LIST_DRIVE_ROOT_CHILDREN | List children in the root of a SharePoint drive. | drive_id |
SHAREPOINT_GRAPH_LIST_FOLLOWED_SITES | List the SharePoint sites followed by the signed-in user. | - |
SHAREPOINT_GRAPH_LIST_LISTS | List SharePoint lists in a site. | site_id |
SHAREPOINT_GRAPH_LIST_LIST_COLUMNS | List column definitions for a SharePoint list. | site_id, list_id |
SHAREPOINT_GRAPH_LIST_LIST_CONTENT_TYPES | List content types for a SharePoint list. | site_id, list_id |
SHAREPOINT_GRAPH_LIST_LIST_ITEMS | List items in a SharePoint list. | site_id, list_id |
SHAREPOINT_GRAPH_LIST_LIST_ITEM_DELTA | Track changes to SharePoint list items using Microsoft Graph delta. | site_id, list_id |
SHAREPOINT_GRAPH_LIST_LIST_ITEM_VERSIONS | List versions for a SharePoint list item. | site_id, list_id, item_id |
SHAREPOINT_GRAPH_LIST_RECENT_DRIVE_ITEMS | List recent drive items for the delegated (signed-in) user. Targets the signed-in user's OneDrive (/me/drive), NOT a SharePoint document library. DEPRECATED by Microsoft: this recent API operates in a degraded state until November 2026, after which it stops r… | - |
SHAREPOINT_GRAPH_LIST_SENSITIVITY_LABELS | List the Microsoft Purview sensitivity labels available to the tenant. | - |
SHAREPOINT_GRAPH_LIST_SHARE_PERMISSIONS | Get the sharing-link permission details for a shared SharePoint or OneDrive item. | shared_drive_item_id |
SHAREPOINT_GRAPH_LIST_SITES | Search for SharePoint sites available through Microsoft Graph. | - |
SHAREPOINT_GRAPH_LIST_SITE_COLUMNS | List column definitions for a SharePoint site. | site_id |
SHAREPOINT_GRAPH_LIST_SITE_CONTENT_TYPES | List content types for a SharePoint site. | site_id |
SHAREPOINT_GRAPH_LIST_SITE_DELTA | Get newly created, updated, or deleted SharePoint sites using delta tracking. | - |
SHAREPOINT_GRAPH_LIST_SITE_DRIVES | List document library drives for a SharePoint site. | site_id |
SHAREPOINT_GRAPH_LIST_SITE_PAGES | List modern SharePoint site pages as Microsoft Graph sitePage resources. | site_id |
SHAREPOINT_GRAPH_LIST_SITE_PAGE_WEB_PARTS | List web parts on a SharePoint site page. | site_id, page_id |
SHAREPOINT_GRAPH_LIST_SITE_PERMISSIONS | List the application (Sites.Selected) permissions granted on a SharePoint site. | site_id |
SHAREPOINT_GRAPH_LIST_SUBSCRIPTIONS | List Microsoft Graph webhook subscriptions. | - |
SHAREPOINT_GRAPH_LIST_SUBSITES | List subsites for a SharePoint site. | site_id |
SHAREPOINT_GRAPH_LIST_WORKBOOK_CHARTS | List charts on a worksheet in an Excel workbook stored in SharePoint. | drive_id, item_id, worksheet_id_or_name |
SHAREPOINT_GRAPH_LIST_WORKBOOK_NAMES | List named items defined at the workbook scope in an Excel workbook stored in SharePoint. | drive_id, item_id |
SHAREPOINT_GRAPH_LIST_WORKBOOK_TABLES | List tables in an Excel workbook stored in SharePoint. | drive_id, item_id |
SHAREPOINT_GRAPH_LIST_WORKBOOK_TABLE_COLUMNS | List columns in an Excel workbook table stored in SharePoint. | drive_id, item_id, table_id_or_name |
SHAREPOINT_GRAPH_LIST_WORKBOOK_TABLE_ROWS | List rows in an Excel workbook table stored in SharePoint. | drive_id, item_id, table_id_or_name |
SHAREPOINT_GRAPH_LIST_WORKBOOK_WORKSHEETS | List worksheets in an Excel workbook stored in SharePoint. | drive_id, item_id |
SHAREPOINT_GRAPH_MOVE_DRIVE_ITEM | Move a SharePoint drive item by updating its parentReference. | drive_id, item_id, parent_reference |
SHAREPOINT_GRAPH_PREVIEW_DRIVE_ITEM | Get a short-lived embeddable preview URL for a SharePoint drive item. | drive_id, item_id |
SHAREPOINT_GRAPH_PUBLISH_CONTENT_TYPE | Publish a SharePoint content type from the content type hub site. | site_id, content_type_id |
SHAREPOINT_GRAPH_PUBLISH_SITE_PAGE | Publish a SharePoint site page. | site_id, page_id |
SHAREPOINT_GRAPH_REAUTHORIZE_SUBSCRIPTION | Reauthorize a Microsoft Graph webhook subscription. | subscription_id |
SHAREPOINT_GRAPH_RESOLVE_SITE_BY_PATH | Resolve a SharePoint site from its hostname and server-relative path. | hostname |
SHAREPOINT_GRAPH_RESTORE_DRIVE_ITEM_VERSION | Restore a previous version of a SharePoint drive item. | drive_id, item_id, version_id |
SHAREPOINT_GRAPH_RESTORE_LIST_ITEM_VERSION | Restore a previous version of a SharePoint list item. | site_id, list_id, item_id, version_id |
SHAREPOINT_GRAPH_SEARCH_DRIVE_ITEMS | Search items in a SharePoint drive. | drive_id, query |
SHAREPOINT_GRAPH_SEARCH_QUERY | Run Microsoft Graph search across SharePoint-supported entities. | requests |
SHAREPOINT_GRAPH_UNFOLLOW_SITE | Unfollow one or more SharePoint sites for a user. | user_id, value |
SHAREPOINT_GRAPH_UNPUBLISH_CONTENT_TYPE | Unpublish a SharePoint content type from the content type hub site. | site_id, content_type_id |
SHAREPOINT_GRAPH_UPDATE_DRIVE_ITEM | Update drive item metadata such as name or description. | drive_id, item_id, body |
SHAREPOINT_GRAPH_UPDATE_DRIVE_ITEM_PERMISSION | Update the roles of a direct sharing permission on a SharePoint drive item. | drive_id, item_id, permission_id, roles |
SHAREPOINT_GRAPH_UPDATE_LIST | Update SharePoint list metadata. | site_id, list_id, body |
SHAREPOINT_GRAPH_UPDATE_LIST_COLUMN | Update a SharePoint list column definition. | site_id, list_id, column_id, body |
SHAREPOINT_GRAPH_UPDATE_LIST_CONTENT_TYPE | Update a SharePoint list content type. | site_id, list_id, content_type_id, body |
SHAREPOINT_GRAPH_UPDATE_LIST_ITEM | Update a SharePoint list item. | site_id, list_id, item_id, fields |
SHAREPOINT_GRAPH_UPDATE_LIST_ITEM_FIELDS | Update field values for a SharePoint list item. | site_id, list_id, item_id, fields |
SHAREPOINT_GRAPH_UPDATE_SITE | Update editable SharePoint site metadata (description). | site_id, body |
SHAREPOINT_GRAPH_UPDATE_SITE_COLUMN | Update a SharePoint site column definition. | site_id, column_id, body |
SHAREPOINT_GRAPH_UPDATE_SITE_CONTENT_TYPE | Update a SharePoint site content type. | site_id, content_type_id, body |
SHAREPOINT_GRAPH_UPDATE_SITE_PAGE | Update editable metadata and layout for a SharePoint site page. | site_id, page_id, body |
SHAREPOINT_GRAPH_UPDATE_SITE_PAGE_WEB_PART | Update the properties of a web part on a SharePoint site page. | site_id, page_id, web_part_id, odata_type |
SHAREPOINT_GRAPH_UPDATE_SITE_PERMISSION | Update the roles of an application (Sites.Selected) permission on a SharePoint site. | site_id, permission_id, roles |
SHAREPOINT_GRAPH_UPDATE_SUBSCRIPTION | Update a Microsoft Graph webhook subscription. | subscription_id, body |
SHAREPOINT_GRAPH_UPDATE_WORKBOOK_TABLE | Update properties of a table in an Excel workbook stored in SharePoint. | drive_id, item_id, table_id_or_name, body |
SHAREPOINT_GRAPH_UPDATE_WORKBOOK_WORKSHEET | Update worksheet metadata in an Excel workbook stored in SharePoint. | drive_id, item_id, worksheet_id_or_name, body |
SHAREPOINT_GRAPH_UPLOAD_BYTES_TO_SESSION | Upload one byte range (chunk) of a file to an existing SharePoint upload session, or get the session status or cancel it. | upload_url |
SHAREPOINT_GRAPH_UPLOAD_FILE | Upload a file of any size to SharePoint via a chunked Microsoft Graph upload session, creating the destination folder path if needed. | drive_id, file |
SHAREPOINT_GRAPH_UPLOAD_SMALL_FILE | DEPRECATED: Use SHAREPOINT_GRAPH_UPLOAD_FILE instead. Upload a small file to SharePoint using Microsoft Graph PUT content. | drive_id, item_path, content |
SHAREPOINT_GRAPH_WORKBOOK_CALCULATE | Recalculate an Excel workbook stored in SharePoint. | drive_id, item_id, calculation_type |
SHAREPOINT_GRAPH_WORKBOOK_CLEAR_RANGE | Clear the contents and/or formatting of a range in a SharePoint Excel workbook. | drive_id, item_id, worksheet_id_or_name, address |
SHAREPOINT_GRAPH_WORKBOOK_DELETE_RANGE | Delete a range from a SharePoint Excel workbook and shift the remaining cells. | drive_id, item_id, worksheet_id_or_name, address, shift |
SHAREPOINT_GRAPH_WORKBOOK_FUNCTION | Run an Excel workbook function for a workbook stored in SharePoint. | drive_id, item_id, function_name, parameters |
SHAREPOINT_GRAPH_WORKBOOK_INSERT_RANGE | Insert a cell or range in an Excel workbook stored in SharePoint, shifting existing cells. | drive_id, item_id, worksheet_id_or_name, address |
SHAREPOINT_GRAPH_WORKBOOK_MERGE_RANGE | Merge the cells of a range in a SharePoint Excel workbook into a single cell. | drive_id, item_id, worksheet_id_or_name, address |
SHAREPOINT_GRAPH_WORKBOOK_READ_RANGE | Read a cell or range from an Excel workbook stored in SharePoint. | drive_id, item_id, worksheet_id_or_name, address |
SHAREPOINT_GRAPH_WORKBOOK_SORT_RANGE | Sort a cell range in an Excel workbook stored in SharePoint. | drive_id, item_id, worksheet_id_or_name, address, fields |
SHAREPOINT_GRAPH_WORKBOOK_UNMERGE_RANGE | Unmerge previously merged cells of a range in a SharePoint Excel workbook. | drive_id, item_id, worksheet_id_or_name, address |
SHAREPOINT_GRAPH_WORKBOOK_UPDATE_RANGE | Update a cell or range in an Excel workbook stored in SharePoint. | drive_id, item_id, worksheet_id_or_name, address, body |
SHAREPOINT_GRAPH_WORKBOOK_UPDATE_RANGE_FILL | Update the fill of a cell or range in an Excel workbook stored in SharePoint. | drive_id, item_id, worksheet_id_or_name, address, body |
SHAREPOINT_GRAPH_WORKBOOK_UPDATE_RANGE_FONT | Update the font of a cell or range in an Excel workbook stored in SharePoint. | drive_id, item_id, worksheet_id_or_name, address, body |
SHAREPOINT_GRAPH_WORKBOOK_UPDATE_RANGE_FORMAT | Update the format of a cell or range in an Excel workbook stored in SharePoint. | drive_id, item_id, worksheet_id_or_name, address, body |
SHAREPOINT_GRAPH_WORKBOOK_USED_RANGE | Get the used range of an Excel worksheet stored in SharePoint. | drive_id, item_id, worksheet_id_or_name |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, SharePoint Graph!