Microsoft Excel · Capability
Microsoft Excel Spreadsheet Automation
Workflow capability for automating Excel spreadsheet operations including worksheet management, data manipulation, table operations, and chart generation via Microsoft Graph.
What You Can Do
GET
List worksheets
— List all worksheets.
/v1/worksheets
POST
Create worksheet
— Create a new worksheet.
/v1/worksheets
GET
List table rows
— List rows in a table.
/v1/tables/{table-id}/rows
POST
Add table row
— Add a row to a table.
/v1/tables/{table-id}/rows
GET
Get range
— Get a cell range.
/v1/ranges
GET
List charts
— List charts.
/v1/charts
MCP Tools
list-worksheets
List all worksheets in the workbook.
read-only
create-worksheet
Create a new worksheet in the workbook.
list-table-rows
List all rows in an Excel table.
read-only
add-table-row
Add a new data row to an Excel table.
get-range
Read cell values from a specified range.
read-only
update-range
Update cell values in a specified range.
list-charts
List all charts in a worksheet.
read-only
APIs Used
excel-graph