get_worksheet_names method

get_worksheet_names

Retrieves the names of all worksheets contained in the Excel workbook.

Returns

A list of worksheet names

def get_worksheet_names(self):
    ...

Examples

Example:

See Also