Skip to main content
Excel logo

Excel

Microsoft Excel is a powerful spreadsheet application for data analysis, calculations, and visualization, enabling users to organize and process data with formulas, charts, and pivot tables

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

Excel connects with a single OAuth click - there is no token to paste. The first time an agent uses an Excel action, FlyMyAI asks you to authorize your Excel 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
EXCEL_ADD_CHARTAdd a chart to a worksheet using microsoft graph api.item_id, worksheet, type, sourcedata, seriesby
EXCEL_ADD_SHAREPOINT_WORKSHEETAdd a new worksheet to a sharepoint excel workbook using microsoft graph sites api.site_id, item_id, name
EXCEL_ADD_TABLECreate a table in a workbook using microsoft graph api.item_id, table_id, name, hasHeaders, showTotals, style
EXCEL_ADD_TABLE_COLUMNAdd a column to a table using microsoft graph api.item_id, table_id, values, index
EXCEL_ADD_TABLE_ROWAdd a row to a table using microsoft graph api.item_id, table_id, values
EXCEL_ADD_WORKBOOK_PERMISSIONTool to grant access to a workbook via invite. use when you need to share a specific workbook file with designated recipients and roles.item_id, recipients, roles
EXCEL_ADD_WORKSHEETAdd a new worksheet to an excel workbook using microsoft graph api.item_id, name
EXCEL_APPLY_TABLE_FILTERApply a filter to a table column using microsoft graph api.item_id, worksheet, table_id, column_id, criteria
EXCEL_APPLY_TABLE_SORTApply a sort to a table using microsoft graph api.item_id, worksheet, table_id, fields
EXCEL_CLEAR_RANGETool to clear values, formats, or contents in a specified worksheet range. use when you need to reset cells before adding new data.item_id, worksheet_id, address
EXCEL_CLEAR_TABLE_FILTERClear a filter from a table column using microsoft graph api.item_id, worksheet, table_id, column_id
EXCEL_CLOSE_SESSIONTool to close an existing excel workbook session. use when you need to explicitly end a persistent session to release workbook locks.item_id, session_id
EXCEL_CONVERT_TABLE_TO_RANGEConvert a table to a range using microsoft graph api.item_id, table_id
EXCEL_CREATE_WORKBOOKTool to create a new workbook file at a specified drive path. use when uploading a new .xlsx file to onedrive.path, content
EXCEL_DELETE_TABLE_COLUMNDelete a column from a table using microsoft graph api.item_id, table_id, column_id
EXCEL_DELETE_TABLE_ROWDelete a row from a table using microsoft graph api.item_id, table_id, row_index
EXCEL_DELETE_WORKSHEETTool to delete a worksheet from the workbook. use when cleaning up unused or temporary sheets after verifying no dependencies exist. example: "delete 'sheet2' after review."item_id, worksheet
EXCEL_GET_CHART_AXISTool to retrieve a specific axis from a chart. use when you need properties like min, max, interval, and formatting of the chart axis.item_id, worksheet, chart_name, axis_type
EXCEL_GET_CHART_DATA_LABELSTool to retrieve the data labels object of a chart. use when you need to inspect label settings like position, separator, and visibility flags after creating or updating a chart.item_id, worksheet_id, chart_id
EXCEL_GET_CHART_LEGENDTool to retrieve the legend object of a chart. use after creating or updating a chart when you need to inspect legend visibility and formatting.item_id, worksheet_id, chart_name
EXCEL_GET_RANGEGet a range from a worksheet using microsoft graph api.item_id, worksheet_id, address
EXCEL_GET_SESSIONCreate a session for an excel workbook using microsoft graph api.item_id
EXCEL_GET_SHAREPOINT_RANGEGet a range from a worksheet in sharepoint using microsoft graph sites api.site_id, item_id, worksheet_id, address
EXCEL_GET_SHAREPOINT_WORKSHEETGet a worksheet by name or id from a sharepoint excel workbook using microsoft graph sites api.site_id, item_id, worksheet
EXCEL_GET_TABLE_COLUMNTool to retrieve a specific column from a workbook table. use when you need to fetch column properties and data by its id or name.item_id, table_id, column_id
EXCEL_GET_WORKBOOKTool to retrieve the properties and relationships of a workbook. use when you need to inspect comments, names, tables, or worksheets.drive_id, item_id
EXCEL_GET_WORKSHEETGet a worksheet by name or id from an excel workbook using microsoft graph api.item_id, worksheet
EXCEL_INSERT_RANGETool to insert a new cell range into a worksheet, shifting existing cells down or right. use when you need to create space for new content without overwriting.item_id, worksheet_id, address, shift
EXCEL_LIST_CHARTSList charts in a worksheet using microsoft graph api.item_id, worksheet
EXCEL_LIST_CHART_SERIESTool to list all data series in a chart. use when you need to enumerate chart series for further analysis.item_id, worksheet, chart_name
EXCEL_LIST_COMMENTSTool to list comments in an excel workbook. use when you need to retrieve all workbook comments via microsoft graph api.item_id
EXCEL_LIST_FILESList files and folders in a drive root or specified path.-
EXCEL_LIST_NAMED_ITEMSList named items in a workbook using microsoft graph api.item_id
EXCEL_LIST_SHAREPOINT_TABLESList tables in a sharepoint worksheet using microsoft graph sites api.site_id, item_id, worksheet
EXCEL_LIST_SHAREPOINT_WORKSHEETSList worksheets in an excel workbook stored in sharepoint using microsoft graph sites api.site_id, item_id
EXCEL_LIST_TABLESList tables in a worksheet using microsoft graph api.item_id, worksheet
EXCEL_LIST_TABLE_COLUMNSList columns in a table using microsoft graph api.item_id, table_id
EXCEL_LIST_TABLE_ROWSList rows in a table using microsoft graph api.item_id, table_id
EXCEL_LIST_WORKBOOK_PERMISSIONSTool to list permissions set on the workbook file. use when you need to see which users or links have access to a specific excel file by supplying its drive and item ids. example: "list permissions for workbook with drive id 'b!abc123' and item id '0123456789…drive_id, item_id
EXCEL_LIST_WORKSHEETSList worksheets in an excel workbook using microsoft graph api.item_id
EXCEL_MERGE_CELLSMerge cells in a worksheet range using microsoft graph api.item_id, worksheet, range
EXCEL_PROTECT_WORKSHEETTool to protect a worksheet using optional protection options. use when you need to prevent editing certain parts of a sheet before sharing. example: "protect 'sheet1' to lock formatting and sorting."item_id, worksheet
EXCEL_SORT_RANGESort a range in a worksheet using microsoft graph api.item_id, worksheet, range_type, fields
EXCEL_UPDATE_CHARTUpdate a chart in a worksheet using microsoft graph api.item_id, worksheet, chart_id
EXCEL_UPDATE_CHART_LEGENDTool to update formatting or position of a chart legend. use when adjusting legend settings after confirming chart and worksheet exist.item_id, worksheet, chart_id
EXCEL_UPDATE_RANGEUpdate a range in a worksheet using microsoft graph api.item_id, worksheet_id, address, values
EXCEL_UPDATE_SHAREPOINT_RANGEUpdate a range in a sharepoint worksheet using microsoft graph sites api.site_id, item_id, worksheet_id, address, values
EXCEL_UPDATE_TABLEUpdate a table in a workbook using microsoft graph api.item_id, table_id
EXCEL_UPDATE_WORKSHEETUpdate worksheet properties (name, position) in an excel workbook using microsoft graph api.item_id, worksheet
We love our partners - FlyMy.AI builds with the best. Thanks, Excel!