Combine a workbook and sheet name to [book]sheet format
static CString MakeSheetName( const char* pszBook, const char* pszSheet ); static CString MakeSheetName( const wchar_t* pszBook, const wchar_t* pszSheet ); |
The name of the workbook.
The name of the worksheet.
The name of the sheet in "[book]sheet" format.
Header: xllplus.h
CXllApp Class | CXllApp Methods | CXllApp::SplitSheetName() | CXllApp::GetSheetName()