excel_create_smart_chart
Automatically generates appropriate Excel charts by analyzing your data description and context to visualize financial information effectively.
Instructions
Intelligently select and create the best chart type based on data description and context
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileName | Yes | Output Excel file name | |
| dataDescription | Yes | Description of what the data represents (e.g., 'monthly cash flow', 'expense breakdown', 'quarterly revenue trend') | |
| categories | Yes | Category names (x-axis labels) | |
| series | Yes | Data series for the chart | |
| chartTitle | No | Optional title for the chart | |
| forceChartType | No | Override intelligent selection with specific chart type |