Optional Parameters
- version: The Excel version of the target workbook. The allowed values are
AUTO,95,97-2003,2007. The default isAUTO. - file: The full path on disk, including the filename, of the Excel workbook. You must specify either the
fileorhandleparameter. - handle: A readable handle reference to the Excel data created by excelOpen. If you specify the
fileparameter,handleis not required.
Output Attributes
- sheet: The name of the current sheet in the target workbook.
- ishidden: A boolean (true/false) indicating whether the current sheet is hidden in the workbook.