Name
xlsx.GetSheetName -- get worksheet name
Synopsis
name$ = xlsx.GetSheetName(id, idx)
Function
This function returns the name of the worksheet at the position specified by
idx
. Worksheet indices start at 1.
Inputs
id
identifier of the XLSX document to use
idx
position of the worksheet whose name should be retrieved
Results
name$
name of the worksheet at the specified position
Show TOC