Excel
Overview
SLUG: EXCEL
Description
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
Authentication Details
OAuth2
Connecting to Excel
Create an auth config
Use the dashboard to create an auth config for the Excel toolkit. This allows you to connect multiple Excel accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Excel Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Excel toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
EXCEL_ADD_TABLE
Tool Name: Add Table
Description
Action Parameters
Action Response
EXCEL_ADD_WORKBOOK_PERMISSION
Tool Name: Add Workbook Permission
Description
Action Parameters
Action Response
EXCEL_GET_SESSION
Tool Name: Create Excel Session
Description
Action Parameters
Action Response
EXCEL_INSERT_RANGE
Tool Name: Insert Range
Description
Action Parameters
Action Response
EXCEL_LIST_TABLE_COLUMNS
Tool Name: List Table Columns
Description
Action Parameters
Action Response
EXCEL_ADD_CHART
Tool Name: Add Chart
Description
Action Parameters
Action Response
EXCEL_ADD_TABLE_COLUMN
Tool Name: Add Table Column
Description
Action Parameters
Action Response
EXCEL_ADD_TABLE_ROW
Tool Name: Add Table Row
Description
Action Parameters
Action Response
EXCEL_ADD_WORKSHEET
Tool Name: Add Worksheet
Description
Action Parameters
Action Response
EXCEL_APPLY_TABLE_FILTER
Tool Name: Apply Table Filter
Description
Action Parameters
Action Response
EXCEL_APPLY_TABLE_SORT
Tool Name: Apply Table Sort
Description
Action Parameters
Action Response
EXCEL_CLEAR_RANGE
Tool Name: Clear Range
Description
Action Parameters
Action Response
EXCEL_CLEAR_TABLE_FILTER
Tool Name: Clear Table Filter
Description
Action Parameters
Action Response
EXCEL_CLOSE_SESSION
Tool Name: Close Excel Session
Description
Action Parameters
Action Response
EXCEL_CONVERT_TABLE_TO_RANGE
Tool Name: Convert Table To Range
Description
Action Parameters
Action Response
EXCEL_CREATE_WORKBOOK
Tool Name: Create Workbook
Description
Action Parameters
Action Response
EXCEL_DELETE_TABLE_COLUMN
Tool Name: Delete Table Column
Description
Action Parameters
Action Response
EXCEL_DELETE_TABLE_ROW
Tool Name: Delete Table Row
Description
Action Parameters
Action Response
EXCEL_DELETE_WORKSHEET
Tool Name: Delete Worksheet
Description
Action Parameters
Action Response
EXCEL_GET_CHART_AXIS
Tool Name: Get Chart Axis
Description
Action Parameters
Action Response
EXCEL_GET_CHART_DATA_LABELS
Tool Name: Get Chart Data Labels
Description
Action Parameters
Action Response
EXCEL_GET_CHART_LEGEND
Tool Name: Get Chart Legend
Description
Action Parameters
Action Response
EXCEL_GET_RANGE
Tool Name: Get Range
Description
Action Parameters
Action Response
EXCEL_GET_TABLE_COLUMN
Tool Name: Get Table Column
Description
Action Parameters
Action Response
EXCEL_GET_WORKBOOK
Tool Name: Get workbook
Description
Action Parameters
Action Response
EXCEL_GET_WORKSHEET
Tool Name: Get Worksheet
Description
Action Parameters
Action Response
EXCEL_LIST_CHARTS
Tool Name: List Charts
Description
Action Parameters
Action Response
EXCEL_LIST_CHART_SERIES
Tool Name: List Chart Series
Description
Action Parameters
Action Response
EXCEL_LIST_COMMENTS
Tool Name: List Comments
Description
Action Parameters
Action Response
EXCEL_LIST_FILES
Tool Name: List Drive Files
Description
Action Parameters
Action Response
EXCEL_LIST_NAMED_ITEMS
Tool Name: List Named Items
Description
Action Parameters
Action Response
EXCEL_LIST_TABLES
Tool Name: List Tables
Description
Action Parameters
Action Response
EXCEL_LIST_TABLE_ROWS
Tool Name: List Table Rows
Description
Action Parameters
Action Response
EXCEL_LIST_WORKBOOK_PERMISSIONS
Tool Name: List Workbook Permissions
Description
Action Parameters
Action Response
EXCEL_LIST_WORKSHEETS
Tool Name: List Worksheets
Description
Action Parameters
Action Response
EXCEL_MERGE_CELLS
Tool Name: Merge Cells
Description
Action Parameters
Action Response
EXCEL_PROTECT_WORKSHEET
Tool Name: Protect Worksheet
Description
Action Parameters
Action Response
EXCEL_SORT_RANGE
Tool Name: Sort Range
Description
Action Parameters
Action Response
EXCEL_UPDATE_CHART
Tool Name: Update Chart
Description
Action Parameters
Action Response
EXCEL_UPDATE_CHART_LEGEND
Tool Name: Update Chart Legend
Description
Action Parameters
Action Response
EXCEL_UPDATE_RANGE
Tool Name: Update Range
Description
Action Parameters
Action Response
EXCEL_UPDATE_TABLE
Tool Name: Update Table
Description
Action Parameters
Action Response
EXCEL_UPDATE_WORKSHEET
Tool Name: Update Worksheet
Description
Action Parameters
Action Response