xlsx.SetSheetSelected(id, sel[, sheet])
sheet
parameter. If
the sel
parameter is set to True
, the sheet will be selected, otherwise it will be unselected.
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
to select the sheet, False
to unselect it