Skip to main content
SharePoint Graph logo

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.

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
SHAREPOINT_GRAPH_ADD_CONTENT_TYPE_COLUMNAdd 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_HUBAdd 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_LISTCopy a site content type into a SharePoint list.site_id, list_id, content_type_id
SHAREPOINT_GRAPH_ADD_WORKBOOK_CHARTAdd 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_NAMEAdd a named item at the workbook scope in an Excel workbook stored in SharePoint.drive_id, item_id, name, reference
SHAREPOINT_GRAPH_ADD_WORKBOOK_TABLEAdd a table to an Excel workbook stored in SharePoint.drive_id, item_id, address
SHAREPOINT_GRAPH_ADD_WORKBOOK_TABLE_ROWAdd rows to an Excel workbook table stored in SharePoint.drive_id, item_id, table_id_or_name, values
SHAREPOINT_GRAPH_ADD_WORKBOOK_WORKSHEETAdd a worksheet to an Excel workbook stored in SharePoint.drive_id, item_id
SHAREPOINT_GRAPH_APPLY_WORKBOOK_TABLE_COLUMN_FILTERApply 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_LABELAssign a Microsoft Purview sensitivity label to a SharePoint drive item.drive_id, item_id, sensitivity_label_id
SHAREPOINT_GRAPH_CHECKIN_DRIVE_ITEMCheck in a SharePoint drive item.drive_id, item_id
SHAREPOINT_GRAPH_CHECKOUT_DRIVE_ITEMCheckout SharePoint Drive Item.drive_id, item_id
SHAREPOINT_GRAPH_CLOSE_WORKBOOK_SESSIONClose an Excel workbook session.drive_id, item_id, session_id
SHAREPOINT_GRAPH_COPY_DRIVE_ITEMStart an asynchronous copy of a SharePoint drive item.drive_id, item_id
SHAREPOINT_GRAPH_CREATE_FOLDERCreate a folder inside a SharePoint drive folder.drive_id, parent_item_id, name
SHAREPOINT_GRAPH_CREATE_LISTCreate a SharePoint list.site_id, display_name
SHAREPOINT_GRAPH_CREATE_LIST_COLUMNCreate a SharePoint list column definition.site_id, list_id, body
SHAREPOINT_GRAPH_CREATE_LIST_ITEMCreate a SharePoint list item.site_id, list_id, fields
SHAREPOINT_GRAPH_CREATE_SHARING_LINKCreate a sharing link for a SharePoint drive item.drive_id, item_id
SHAREPOINT_GRAPH_CREATE_SITE_COLUMNCreate a SharePoint site column definition.site_id, body
SHAREPOINT_GRAPH_CREATE_SITE_CONTENT_TYPECreate a SharePoint site content type.site_id, name
SHAREPOINT_GRAPH_CREATE_SITE_PAGECreate a modern SharePoint site page.site_id, body
SHAREPOINT_GRAPH_CREATE_SITE_PERMISSIONGrant an application (Sites.Selected) permission on a SharePoint site.site_id, roles, granted_to_identities
SHAREPOINT_GRAPH_CREATE_SUBSCRIPTIONCreate a Microsoft Graph webhook subscription.changeType, notificationUrl, resource, expirationDateTime
SHAREPOINT_GRAPH_CREATE_UPLOAD_SESSIONCreate an upload session for large SharePoint file uploads.drive_id, item_path
SHAREPOINT_GRAPH_CREATE_WORKBOOK_SESSIONCreate an Excel workbook session for a workbook stored in SharePoint.drive_id, item_id
SHAREPOINT_GRAPH_DELETE_DRIVE_ITEMDelete a SharePoint drive item.drive_id, item_id
SHAREPOINT_GRAPH_DELETE_DRIVE_ITEM_PERMISSIONDelete a sharing permission from a SharePoint drive item.drive_id, item_id, permission_id
SHAREPOINT_GRAPH_DELETE_DRIVE_ITEM_VERSIONDelete a SharePoint drive item version.drive_id, item_id, version_id
SHAREPOINT_GRAPH_DELETE_LISTDelete a SharePoint list.site_id, list_id
SHAREPOINT_GRAPH_DELETE_LIST_COLUMNDelete a SharePoint list column definition.site_id, list_id, column_id
SHAREPOINT_GRAPH_DELETE_LIST_CONTENT_TYPEDelete a SharePoint list content type.site_id, list_id, content_type_id
SHAREPOINT_GRAPH_DELETE_LIST_ITEMDelete a SharePoint list item.site_id, list_id, item_id
SHAREPOINT_GRAPH_DELETE_SHARE_PERMISSIONRevoke the sharing-link permission for a shared SharePoint or OneDrive item.shared_drive_item_id
SHAREPOINT_GRAPH_DELETE_SITE_COLUMNDelete a SharePoint site column definition.site_id, column_id
SHAREPOINT_GRAPH_DELETE_SITE_CONTENT_TYPEDelete a SharePoint site content type.site_id, content_type_id
SHAREPOINT_GRAPH_DELETE_SITE_PAGEDelete a SharePoint site page.site_id, page_id
SHAREPOINT_GRAPH_DELETE_SITE_PERMISSIONRevoke an application (Sites.Selected) permission from a SharePoint site.site_id, permission_id
SHAREPOINT_GRAPH_DELETE_SUBSCRIPTIONDelete a Microsoft Graph webhook subscription.subscription_id
SHAREPOINT_GRAPH_DELETE_WORKBOOK_TABLEDelete a table from an Excel workbook stored in SharePoint.drive_id, item_id, table_id_or_name
SHAREPOINT_GRAPH_DELETE_WORKBOOK_WORKSHEETDelete a worksheet in an Excel workbook stored in SharePoint.drive_id, item_id, worksheet_id_or_name
SHAREPOINT_GRAPH_DISCARD_CHECKOUT_DRIVE_ITEMDiscard SharePoint Drive Item Checkout.drive_id, item_id
SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEMDownload 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_PATHDownload 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_VERSIONDownload 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_BATCHExecute a Microsoft Graph JSON batch request.requests
SHAREPOINT_GRAPH_EXTRACT_SENSITIVITY_LABELSExtract the Microsoft Purview sensitivity labels currently applied to a SharePoint drive item.drive_id, item_id
SHAREPOINT_GRAPH_FOLLOW_SITEFollow one or more SharePoint sites for a user.user_id, value
SHAREPOINT_GRAPH_GET_ALL_SITESEnumerate all SharePoint sites across geographies in the organization.-
SHAREPOINT_GRAPH_GET_CONTENT_TYPE_COLUMNGet a single column of a SharePoint site or list content type.site_id, content_type_id, column_id
SHAREPOINT_GRAPH_GET_CONTENT_TYPE_IS_PUBLISHEDCheck whether a SharePoint content type is published to the content type hub.site_id, content_type_id
SHAREPOINT_GRAPH_GET_CURRENT_USERGet the current Microsoft Graph user for delegated SharePoint Graph connections.-
SHAREPOINT_GRAPH_GET_DEFAULT_DRIVEGet the default document library drive for a SharePoint site.site_id
SHAREPOINT_GRAPH_GET_DOCUMENT_COMMENTSExtract comments from a SharePoint Word .docx drive item.drive_id, item_id
SHAREPOINT_GRAPH_GET_DRIVEGet a SharePoint document library drive by drive ID.drive_id
SHAREPOINT_GRAPH_GET_DRIVE_ITEMGet a SharePoint drive item by ID.drive_id, item_id
SHAREPOINT_GRAPH_GET_DRIVE_ITEM_ANALYTICSGet item analytics for a SharePoint drive item.drive_id, item_id
SHAREPOINT_GRAPH_GET_DRIVE_ITEM_BY_PATHGet a SharePoint drive item by path.drive_id, item_path
SHAREPOINT_GRAPH_GET_DRIVE_ITEM_PERMISSIONGet a single sharing permission on a SharePoint drive item.drive_id, item_id, permission_id
SHAREPOINT_GRAPH_GET_DRIVE_ITEM_VERSIONGet a specific SharePoint drive item version.drive_id, item_id, version_id
SHAREPOINT_GRAPH_GET_LISTGet a SharePoint list by ID or display name.site_id, list_id
SHAREPOINT_GRAPH_GET_LIST_COLUMNGet a SharePoint list column definition.site_id, list_id, column_id
SHAREPOINT_GRAPH_GET_LIST_CONTENT_TYPEGet a SharePoint list content type.site_id, list_id, content_type_id
SHAREPOINT_GRAPH_GET_LIST_ITEMGet a SharePoint list item.site_id, list_id, item_id
SHAREPOINT_GRAPH_GET_LIST_ITEM_FIELDSGet field values for a SharePoint list item.site_id, list_id, item_id
SHAREPOINT_GRAPH_GET_LIST_ITEM_VERSIONGet a specific SharePoint list item version.site_id, list_id, item_id, version_id
SHAREPOINT_GRAPH_GET_ROOT_SITEGet the tenant's root SharePoint site.-
SHAREPOINT_GRAPH_GET_SENSITIVITY_LABELGet 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_SHARESAccess a shared SharePoint or OneDrive item by share ID or encoded sharing URL.shared_drive_item_id
SHAREPOINT_GRAPH_GET_SITEGet a SharePoint site by Microsoft Graph site ID.site_id
SHAREPOINT_GRAPH_GET_SITE_COLUMNGet a SharePoint site column definition.site_id, column_id
SHAREPOINT_GRAPH_GET_SITE_CONTENT_TYPEGet a SharePoint site content type.site_id, content_type_id
SHAREPOINT_GRAPH_GET_SITE_PAGEGet a SharePoint site page as a Microsoft Graph sitePage resource.site_id, page_id
SHAREPOINT_GRAPH_GET_SITE_PAGE_WEB_PARTGet a single web part on a SharePoint site page.site_id, page_id, web_part_id
SHAREPOINT_GRAPH_GET_SITE_PERMISSIONGet a single application (Sites.Selected) permission on a SharePoint site.site_id, permission_id
SHAREPOINT_GRAPH_GET_SPECIAL_FOLDERGet a SharePoint special folder by name.drive_id, name
SHAREPOINT_GRAPH_GET_SUBSCRIPTIONGet a Microsoft Graph webhook subscription.subscription_id
SHAREPOINT_GRAPH_GET_WORKBOOK_CHART_IMAGERender 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_NAMEGet a named item defined at the workbook scope in an Excel workbook stored in SharePoint.drive_id, item_id, name
SHAREPOINT_GRAPH_GET_WORKBOOK_WORKSHEETGet an Excel worksheet in a SharePoint workbook.drive_id, item_id, worksheet_id_or_name
SHAREPOINT_GRAPH_GRANT_SHARE_PERMISSIONGrant users access to a shared SharePoint or OneDrive link via an encoded sharing URL.encoded_sharing_url, recipients, roles
SHAREPOINT_GRAPH_INVITE_DRIVE_ITEMInvite recipients to a SharePoint drive item.drive_id, item_id, recipients, roles
SHAREPOINT_GRAPH_LIST_CONTENT_TYPE_COLUMNSList the columns of a SharePoint site or list content type.site_id, content_type_id
SHAREPOINT_GRAPH_LIST_DRIVE_DELTATrack changes in a SharePoint drive using Microsoft Graph delta.drive_id
SHAREPOINT_GRAPH_LIST_DRIVE_ITEM_CHILDRENList children under a folder drive item.drive_id, item_id
SHAREPOINT_GRAPH_LIST_DRIVE_ITEM_CHILDREN_BY_PATHList the children of a SharePoint folder addressed by its path under the drive root.drive_id, item_path
SHAREPOINT_GRAPH_LIST_DRIVE_ITEM_PERMISSIONSList sharing permissions on a SharePoint drive item.drive_id, item_id
SHAREPOINT_GRAPH_LIST_DRIVE_ITEM_THUMBNAILSRetrieve the available thumbnail sets (small, medium, large) for a SharePoint drive item.drive_id, item_id
SHAREPOINT_GRAPH_LIST_DRIVE_ITEM_VERSIONSList versions for a SharePoint drive item.drive_id, item_id
SHAREPOINT_GRAPH_LIST_DRIVE_ROOT_CHILDRENList children in the root of a SharePoint drive.drive_id
SHAREPOINT_GRAPH_LIST_FOLLOWED_SITESList the SharePoint sites followed by the signed-in user.-
SHAREPOINT_GRAPH_LIST_LISTSList SharePoint lists in a site.site_id
SHAREPOINT_GRAPH_LIST_LIST_COLUMNSList column definitions for a SharePoint list.site_id, list_id
SHAREPOINT_GRAPH_LIST_LIST_CONTENT_TYPESList content types for a SharePoint list.site_id, list_id
SHAREPOINT_GRAPH_LIST_LIST_ITEMSList items in a SharePoint list.site_id, list_id
SHAREPOINT_GRAPH_LIST_LIST_ITEM_DELTATrack changes to SharePoint list items using Microsoft Graph delta.site_id, list_id
SHAREPOINT_GRAPH_LIST_LIST_ITEM_VERSIONSList versions for a SharePoint list item.site_id, list_id, item_id
SHAREPOINT_GRAPH_LIST_RECENT_DRIVE_ITEMSList 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_LABELSList the Microsoft Purview sensitivity labels available to the tenant.-
SHAREPOINT_GRAPH_LIST_SHARE_PERMISSIONSGet the sharing-link permission details for a shared SharePoint or OneDrive item.shared_drive_item_id
SHAREPOINT_GRAPH_LIST_SITESSearch for SharePoint sites available through Microsoft Graph.-
SHAREPOINT_GRAPH_LIST_SITE_COLUMNSList column definitions for a SharePoint site.site_id
SHAREPOINT_GRAPH_LIST_SITE_CONTENT_TYPESList content types for a SharePoint site.site_id
SHAREPOINT_GRAPH_LIST_SITE_DELTAGet newly created, updated, or deleted SharePoint sites using delta tracking.-
SHAREPOINT_GRAPH_LIST_SITE_DRIVESList document library drives for a SharePoint site.site_id
SHAREPOINT_GRAPH_LIST_SITE_PAGESList modern SharePoint site pages as Microsoft Graph sitePage resources.site_id
SHAREPOINT_GRAPH_LIST_SITE_PAGE_WEB_PARTSList web parts on a SharePoint site page.site_id, page_id
SHAREPOINT_GRAPH_LIST_SITE_PERMISSIONSList the application (Sites.Selected) permissions granted on a SharePoint site.site_id
SHAREPOINT_GRAPH_LIST_SUBSCRIPTIONSList Microsoft Graph webhook subscriptions.-
SHAREPOINT_GRAPH_LIST_SUBSITESList subsites for a SharePoint site.site_id
SHAREPOINT_GRAPH_LIST_WORKBOOK_CHARTSList charts on a worksheet in an Excel workbook stored in SharePoint.drive_id, item_id, worksheet_id_or_name
SHAREPOINT_GRAPH_LIST_WORKBOOK_NAMESList named items defined at the workbook scope in an Excel workbook stored in SharePoint.drive_id, item_id
SHAREPOINT_GRAPH_LIST_WORKBOOK_TABLESList tables in an Excel workbook stored in SharePoint.drive_id, item_id
SHAREPOINT_GRAPH_LIST_WORKBOOK_TABLE_COLUMNSList columns in an Excel workbook table stored in SharePoint.drive_id, item_id, table_id_or_name
SHAREPOINT_GRAPH_LIST_WORKBOOK_TABLE_ROWSList rows in an Excel workbook table stored in SharePoint.drive_id, item_id, table_id_or_name
SHAREPOINT_GRAPH_LIST_WORKBOOK_WORKSHEETSList worksheets in an Excel workbook stored in SharePoint.drive_id, item_id
SHAREPOINT_GRAPH_MOVE_DRIVE_ITEMMove a SharePoint drive item by updating its parentReference.drive_id, item_id, parent_reference
SHAREPOINT_GRAPH_PREVIEW_DRIVE_ITEMGet a short-lived embeddable preview URL for a SharePoint drive item.drive_id, item_id
SHAREPOINT_GRAPH_PUBLISH_CONTENT_TYPEPublish a SharePoint content type from the content type hub site.site_id, content_type_id
SHAREPOINT_GRAPH_PUBLISH_SITE_PAGEPublish a SharePoint site page.site_id, page_id
SHAREPOINT_GRAPH_REAUTHORIZE_SUBSCRIPTIONReauthorize a Microsoft Graph webhook subscription.subscription_id
SHAREPOINT_GRAPH_RESOLVE_SITE_BY_PATHResolve a SharePoint site from its hostname and server-relative path.hostname
SHAREPOINT_GRAPH_RESTORE_DRIVE_ITEM_VERSIONRestore a previous version of a SharePoint drive item.drive_id, item_id, version_id
SHAREPOINT_GRAPH_RESTORE_LIST_ITEM_VERSIONRestore a previous version of a SharePoint list item.site_id, list_id, item_id, version_id
SHAREPOINT_GRAPH_SEARCH_DRIVE_ITEMSSearch items in a SharePoint drive.drive_id, query
SHAREPOINT_GRAPH_SEARCH_QUERYRun Microsoft Graph search across SharePoint-supported entities.requests
SHAREPOINT_GRAPH_UNFOLLOW_SITEUnfollow one or more SharePoint sites for a user.user_id, value
SHAREPOINT_GRAPH_UNPUBLISH_CONTENT_TYPEUnpublish a SharePoint content type from the content type hub site.site_id, content_type_id
SHAREPOINT_GRAPH_UPDATE_DRIVE_ITEMUpdate drive item metadata such as name or description.drive_id, item_id, body
SHAREPOINT_GRAPH_UPDATE_DRIVE_ITEM_PERMISSIONUpdate the roles of a direct sharing permission on a SharePoint drive item.drive_id, item_id, permission_id, roles
SHAREPOINT_GRAPH_UPDATE_LISTUpdate SharePoint list metadata.site_id, list_id, body
SHAREPOINT_GRAPH_UPDATE_LIST_COLUMNUpdate a SharePoint list column definition.site_id, list_id, column_id, body
SHAREPOINT_GRAPH_UPDATE_LIST_CONTENT_TYPEUpdate a SharePoint list content type.site_id, list_id, content_type_id, body
SHAREPOINT_GRAPH_UPDATE_LIST_ITEMUpdate a SharePoint list item.site_id, list_id, item_id, fields
SHAREPOINT_GRAPH_UPDATE_LIST_ITEM_FIELDSUpdate field values for a SharePoint list item.site_id, list_id, item_id, fields
SHAREPOINT_GRAPH_UPDATE_SITEUpdate editable SharePoint site metadata (description).site_id, body
SHAREPOINT_GRAPH_UPDATE_SITE_COLUMNUpdate a SharePoint site column definition.site_id, column_id, body
SHAREPOINT_GRAPH_UPDATE_SITE_CONTENT_TYPEUpdate a SharePoint site content type.site_id, content_type_id, body
SHAREPOINT_GRAPH_UPDATE_SITE_PAGEUpdate editable metadata and layout for a SharePoint site page.site_id, page_id, body
SHAREPOINT_GRAPH_UPDATE_SITE_PAGE_WEB_PARTUpdate the properties of a web part on a SharePoint site page.site_id, page_id, web_part_id, odata_type
SHAREPOINT_GRAPH_UPDATE_SITE_PERMISSIONUpdate the roles of an application (Sites.Selected) permission on a SharePoint site.site_id, permission_id, roles
SHAREPOINT_GRAPH_UPDATE_SUBSCRIPTIONUpdate a Microsoft Graph webhook subscription.subscription_id, body
SHAREPOINT_GRAPH_UPDATE_WORKBOOK_TABLEUpdate properties of a table in an Excel workbook stored in SharePoint.drive_id, item_id, table_id_or_name, body
SHAREPOINT_GRAPH_UPDATE_WORKBOOK_WORKSHEETUpdate worksheet metadata in an Excel workbook stored in SharePoint.drive_id, item_id, worksheet_id_or_name, body
SHAREPOINT_GRAPH_UPLOAD_BYTES_TO_SESSIONUpload 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_FILEUpload 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_FILEDEPRECATED: 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_CALCULATERecalculate an Excel workbook stored in SharePoint.drive_id, item_id, calculation_type
SHAREPOINT_GRAPH_WORKBOOK_CLEAR_RANGEClear 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_RANGEDelete 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_FUNCTIONRun an Excel workbook function for a workbook stored in SharePoint.drive_id, item_id, function_name, parameters
SHAREPOINT_GRAPH_WORKBOOK_INSERT_RANGEInsert 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_RANGEMerge 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_RANGERead a cell or range from an Excel workbook stored in SharePoint.drive_id, item_id, worksheet_id_or_name, address
SHAREPOINT_GRAPH_WORKBOOK_SORT_RANGESort a cell range in an Excel workbook stored in SharePoint.drive_id, item_id, worksheet_id_or_name, address, fields
SHAREPOINT_GRAPH_WORKBOOK_UNMERGE_RANGEUnmerge previously merged cells of a range in a SharePoint Excel workbook.drive_id, item_id, worksheet_id_or_name, address
SHAREPOINT_GRAPH_WORKBOOK_UPDATE_RANGEUpdate 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_FILLUpdate 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_FONTUpdate 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_FORMATUpdate 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_RANGEGet the used range of an Excel worksheet stored in SharePoint.drive_id, item_id, worksheet_id_or_name
We love our partners - FlyMy.AI builds with the best. Thanks, SharePoint Graph!