Previous topic

excel_sheet_put_rows

Next topic

ExcelRead

This Page

ExcelGetSheetNamesΒΆ

ExcelGetSheetNames returns the sheet names of an Excel 5.0 file or higher.

svSheetNames = ExcelGetSheetNames(ssFileName)

Return Value

svSheetNames is a string vector with the sheet names of an Excel 5.0 or higher file.

Parameters

ssFileName

ssFileName is the name of the Excel file.

History

Version Description
5.30.5 The function can now be used with Excel 2007 files (.xlsx and .xlsb).

id-982126