Set Chart Title
set_chart_titleUpdate or remove a chart title in an open Excel workbook by specifying the workbook, sheet, and chart name. Provide a new title or leave it empty to clear the existing one.
Instructions
Set or clear a chart's title.
Args: workbook: Workbook name or path (None = active workbook). sheet: Worksheet name (None = active sheet). chart_name: Chart to update (required). title: New title text. Empty string or None removes the title.
Returns: JSON confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | No | ||
| title | No | ||
| workbook | No | ||
| chart_name | No |