Name
xlsx.GetSheetIndex -- get worksheet index
Synopsis
idx = xlsx.GetSheetIndex(id, name$)
Function
This function returns the position of the worksheet specified by name$ in the XLSX document specified by id. Worksheet indices start at 1. If the worksheet can't be found in the XLSX document, 0 will be returned.

Inputs
id
identifier of the XLSX document to use
name$
name of the worksheet whose position should be retrieved
Results
idx
position of the worksheet or 0 if not found

Show TOC