+ New method: TXLSReadWriteII5.GetSheetNames(const AFilename: AxUCString; AList: TStrings): integer;
This method will only read the sheet names of an Excel file. This is much faster on large files than opening the file in the regular way.
The sheet names are copied to AList. Returns the number of sheets in the workbook.