Name
xlsx.IsSheetSelected -- check if sheet is selected
Synopsis
sel = xlsx.IsSheetSelected(id[, sheet])
Function
This function returns 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.

Inputs
id
identifier of the XLSX document to use
sheet
optional: index of the worksheet to use (defaults to the index of the default worksheet)
Results
sel
True if the sheet is selected, False otherwise

Show TOC