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.