List Charts
list_chartsRetrieve names, positions, and sizes of all charts in an Excel worksheet. Specify a workbook and sheet to target, or use the active ones.
Instructions
List charts on a worksheet.
Args: workbook: Workbook name or path (None = active workbook). sheet: Worksheet name (None = active sheet).
Returns: JSON with each chart's name and position/size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | No | ||
| workbook | No |