Name
xlsx.SetSheetSelected -- select or unselect sheet
Synopsis
xlsx.SetSheetSelected(id, sel[, sheet])
Function
This function can be used to select or unselect the worksheet specified by the 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.

Inputs
id
identifier of the XLSX document to use
sel
True to select the sheet, False to unselect it
sheet
optional: index of the worksheet to (un)select (defaults to the index of the default worksheet)

Show TOC