add_excel_chart
Add bar, line, or pie charts to Excel sheets using a specified data range and title. Place charts at a chosen cell position.
Instructions
Create a chart in an Excel sheet.
Args: path: Path to the .xlsx file sheet_name: Sheet name chart_type: bar, line, or pie data_range: Cell range (e.g., 'A1:B10') title: Chart title position: Cell to place chart (e.g., 'E5')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| title | No | ||
| position | No | E5 | |
| chart_type | Yes | ||
| data_range | Yes | ||
| sheet_name | Yes |