active = xlsx.IsSheetActive(id[, sheet])
True
if the worksheet specified by sheet
is active, False
otherwise. The
sheet
parameter is optional. If it is omitted, the worksheet set by xlsx.SetDefaultSheet()
will be used. Sheet indices start at 1 for the first worksheet.
True
if the sheet is active, False
otherwise