Microsoft Excel 365
Spreadsheet and data management in Microsoft 365
Actions
| 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/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'microsoft-excel-365',
actionName: 'list_worksheets',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})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 actions programmatically.
What actions does Microsoft Excel 365 support?
Microsoft Excel 365 supports 8 actions 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 TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Microsoft Excel 365 use?
Microsoft Excel 365 uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
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 1,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 2 minutes
Get 1,000 free actions every month. No credit card required.