.. highlightlang:: us .. index:: ExcelGetSheetNames .. _excelgetsheetnames: ExcelGetSheetNames ================== .. us.tag ExcelGetSheetNames ENGLISH Changed5305 :ref:`ExcelGetSheetNames` returns the sheet names of an Excel 5.0 file or higher. .. function:: svSheetNames = ExcelGetSheetNames(ssFileName) .. us.return **Return Value** *svSheetNames* is a string vector with the sheet names of an Excel 5.0 or higher file. .. us.params **Parameters** .. uparam:: ssFileName *ssFileName* is the name of the Excel file. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.30.5 - The function can now be used with Excel 2007 files (.xlsx and .xlsb). .. seealso:: :ref:`overview-excel-files`, :ref:`IsFileExcel`, :ref:`ExcelRead`, :ref:`ExcelWrite` :sub:`id-982126`