export_chart
Generate and export charts as images from Excel data by specifying file path, x-axis, y-axis columns, and chart type. Simplify data visualization for analysis and reporting.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chart_type | No | line | |
file_path | Yes | ||
sheet_name | No | ||
x_column | Yes | ||
y_column | Yes |