create_chart
Generate charts in Excel worksheets by specifying filepath, sheet name, data range, chart type, and target cell. Customize with titles and axis labels.
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 |