Name
xlsx.GetSheetCount -- get number of worksheets in document
Synopsis
n = xlsx.GetSheetCount(id)
Function
This function returns the number of worksheets in the XLSX document specified by id. Since there cannot be XLSX documents without any worksheets, the return value will always be at least 1.

Inputs
id
identifier of the XLSX document to use
Results
n
number of workshhets in the XLSX document

Show TOC