Get the sheet ID of a named sheet
[C++]
static DWORD GetSheetId(
const char* pszSheetName
);
static DWORD GetSheetId(
const char* pszBook,
const char* pszSheet
);
The name of a sheet in "[book]sheet" format.
The name of the workbook.
The name of the worksheet.
The sheet ID of the named sheet if successful; 0 if the sheet cannot be found.
This function can be used to get the sheet ID of a named sheet.
This ID can be used to construct references to cells.
Header: xllplus.h