excel_chart_from_data_range
Create Excel charts from existing data ranges to visualize financial information for analysis and reporting purposes.
Instructions
Create a native Excel chart from existing Excel data (requires data to be pre-loaded)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputFileName | Yes | Output chart file name | |
| chartType | Yes | Type of chart | |
| dataMatrix | Yes | 2D array of data with headers in first row and first column | |
| chartTitle | No | Title for the chart |