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):
    ...
ParameterTypeDescription
worksheet_namestrThe name of the worksheet to search for charts.

Examples

Example:

See Also