Microsoft Excel 365
Spreadsheet and data management in Microsoft 365
Tools
| Name | Description |
|---|---|
list_worksheetsList all worksheets in a workbook | List all worksheets in a workbook |
read_rangeRead values from a range in a worksheet | Read values from a range in a worksheet |
write_rangeWrite values to a range in a worksheet | Write values to a range in a worksheet |
add_rowAdd a row of values to a table in a worksheet | Add a row of values to a table in a worksheet |
create_workbookCreate a new empty Excel workbook in OneDrive | Create a new empty Excel workbook in OneDrive |
get_tableGet details of a table in a worksheet | Get details of a table in a worksheet |
list_tablesList all tables in a worksheet | List all tables in a worksheet |
custom_api_callMake a custom API call to the Microsoft Graph API | Make a custom API call to the Microsoft Graph API |
Triggers
| Name | Description |
|---|---|
new_rowTriggers when a new row is added to a worksheet | Triggers when a new row is added to a worksheet |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('microsoft-excel-365', 'list_worksheets', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'microsoft-excel-365',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Microsoft Excel 365 to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Microsoft Excel 365 support?
Microsoft Excel 365 supports 8 tools including List Worksheets, Read Range, Write Range, Add Row, Create Workbook, and more.
Can I use Microsoft Excel 365 with AI agents?
Yes. Add Microsoft Excel 365 to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Microsoft Excel 365 to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Microsoft Excel 365 as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Microsoft Excel 365 tools exposed by that workspace.
Does Microsoft Excel 365 work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Microsoft Excel 365 work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Microsoft Excel 365?
Microsoft Excel 365 exposes 8 tools, including List Worksheets, Read Range, Write Range, Add Row, Create Workbook, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Microsoft Excel 365 be used in stateful agent workflows?
Yes. Agents can combine Microsoft Excel 365 tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Microsoft Excel 365 use?
Microsoft Excel 365 uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Microsoft Excel 365 integration cost?
The Microsoft Excel 365 integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Microsoft Excel 365 support?
Microsoft Excel 365 supports 1 triggers including New Row.
Connect Microsoft Excel 365 in minutes
Get 20,000 free action executions every month. No credit card required.