Workbook.create_sheet()
Create a worksheet (at an optional index).
Usage
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