eavz
Microsoft Excel 365

Microsoft Excel 365

Spreadsheet and data management in Microsoft 365

8 actions
1 trigger

Actions

Name
list_worksheets

List all worksheets in a workbook

read_range

Read values from a range in a worksheet

write_range

Write values to a range in a worksheet

add_row

Add a row of values to a table in a worksheet

create_workbook

Create a new empty Excel workbook in OneDrive

get_table

Get details of a table in a worksheet

list_tables

List all tables in a worksheet

custom_api_call

Make a custom API call to the Microsoft Graph API

Triggers

Name
new_row

Triggers when a new row is added to a worksheet

Quick Start

TypeScript
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.