The ExcelFile object contains the following properties:
Property List
| Name | Description | 
|---|---|
ActiveSheet
 | 
Returns the default Excel sheet. | 
SheetByIndex
 | 
Returns the Excel sheet specified by its index in the file. | 
SheetByTitle
 | 
Returns the Excel sheet specified by its title in the file. | 
SheetCount
 | 
Returns the number of sheets in the specified Excel file. | 
