Workbook.copy_worksheet()

Copy an existing worksheet in the current workbook

Usage

Source

Workbook.copy_worksheet(from_worksheet)
Warning

This function cannot copy worksheets between workbooks. worksheets can only be copied within the workbook that they belong

Parameters

from_worksheet
the worksheet to be copied from

Returns

copy of the initial worksheet