export_chart
Generate charts from Excel data by specifying x and y columns, chart type (line, bar, scatter, hist), and sheet name, returning the output as an image.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chart_type | No | line | |
file_path | Yes | ||
sheet_name | No | ||
x_column | Yes | ||
y_column | Yes |