Name
xlsx.SetSheetName -- set worksheet name
Synopsis
xlsx.SetSheetName(id, idx, name$)
Function
This function sets the name of the worksheet at the position specified by idx to the string passed in name$. Worksheet positions start at 1.

Inputs
id
identifier of the XLSX document to use
idx
position of the worksheet whose name should be set
name$
desired worksheet name

Show TOC