create_chart
Generate and insert charts in Excel worksheets. Specify filepath, sheet name, data range, chart type, and target cell to visualize data directly using the excel-mcp-server.
Instructions
Create chart in worksheet.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chart_type | Yes | ||
data_range | Yes | ||
filepath | Yes | ||
sheet_name | Yes | ||
target_cell | Yes | ||
title | No | ||
x_axis | No | ||
y_axis | No |