sel = xlsx.IsSheetSelected(id[, sheet])
True if the worksheet specified by sheet is selected, 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 selected, False otherwise