Workbook.create_sheet()

Create a worksheet (at an optional index).

Usage

Source

Workbook.create_sheet(
    title=None,
    index=None,
)

Parameters

title: str = None

optional title of the sheet

index: int = None
optional position at which the sheet will be inserted