export_chart
Transform Excel data into visual charts by specifying x-axis, y-axis, chart type, and sheet name. Ideal for generating line, bar, scatter, or histogram images directly from spreadsheet data.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chart_type | No | line | |
file_path | Yes | ||
sheet_name | No | ||
x_column | Yes | ||
y_column | Yes |