Microsoft Apps54 toolsBrowser login (OAuth), no API keys
Microsoft Excel integration for AI agents
Read and write Excel workbooks and worksheets
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Microsoft Excel once and call the same tools from all of them.
Setup
Connect microsoft-excel through ClawLink's hosted setup.
- Auth: Browser login (OAuth), no API keys. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Microsoft Excel exposes 54 tools through ClawLink. The 30 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
excel_add_chart | Add a chart to a worksheet using Microsoft Graph API. | Read |
excel_add_sharepoint_worksheet | Add a new worksheet to a SharePoint Excel workbook using Microsoft Graph Sites API. | Read |
excel_add_table | Create a new table in a worksheet using the Microsoft Graph API. | Read |
excel_add_table_column | Add a column to a table using Microsoft Graph API. | Read |
excel_add_table_row | Add a row to a table using Microsoft Graph API. | Read |
excel_add_workbook_permission | Tool to grant access to a workbook via invite. Use when you need to share a specific workbook file with designated recipients and roles. | Read |
excel_add_worksheet | Add a new worksheet to an Excel workbook using Microsoft Graph API. | Read |
excel_apply_table_filter | Apply a filter to a table column using Microsoft Graph API. | Read |
excel_apply_table_sort | Apply a sort to a table using Microsoft Graph API. | Read |
excel_clear_range | Tool to clear values, formats, or contents in a specified worksheet range. Use when you need to reset cells before adding new data. | Read |
excel_clear_table_filter | Clear a filter from a table column using Microsoft Graph API. | Read |
excel_close_session | Tool to close an existing Excel workbook session. Use when you need to explicitly end a persistent session to release workbook locks. | Read |
excel_get_chart_axis | Retrieve a specific axis from a chart | Read |
excel_get_chart_data_labels | Retrieve the data labels object of a chart | Read |
excel_get_chart_legend | Retrieve the legend object of a chart | Read |
excel_get_range | Get a range from a worksheet using Microsoft Graph API | Read |
excel_get_sharepoint_range | Get a range from a worksheet in SharePoint using Microsoft Graph Sites API | Read |
excel_get_sharepoint_worksheet | Get a worksheet by name or ID from a SharePoint Excel workbook using Microsoft Graph Sites API | Read |
excel_get_table_column | Retrieve a specific column from a workbook table | Read |
excel_get_workbook | Retrieve the properties and relationships of a workbook | Read |
excel_get_worksheet | Get a worksheet by name or ID from an Excel workbook using Microsoft Graph API | Read |
excel_get_worksheet_used_range | Retrieve a worksheet's used range (active data region) without specifying a fixed range address | Read |
excel_list_chart_series | List all data series in a chart | Read |
excel_list_charts | List charts in a worksheet using Microsoft Graph API | Read |
excel_list_comments | List comments in an Excel workbook | Read |
excel_list_drive_item_children | List immediate children (files/folders) of a folder DriveItem using driveId and itemId | Read |
excel_list_files | List files and folders in a drive root or specified path | Read |
excel_list_named_items | List named items in a workbook using Microsoft Graph API | Read |
excel_list_sharepoint_tables | List tables in a SharePoint worksheet using Microsoft Graph Sites API | Read |
excel_list_sharepoint_worksheets | List worksheets in an Excel workbook stored in SharePoint using Microsoft Graph Sites API | Read |