get_charts_from_worksheet method
get_charts_from_worksheet
Retrieves a dictionary containing the indexes and names of all charts in the specified worksheet of an Excel workbook.
Returns
A dictionary where the key is the chart index and the value is the chart name.
def get_charts_from_worksheet(self, worksheet_name):
...
Parameter | Type | Description |
---|---|---|
worksheet_name | str | The name of the worksheet to search for charts. |
Examples
Example:
See Also
- class
IExcelDataWorkbook
- module
aspose.slides.excel
- library
Aspose.Slides