Combine a workbook and sheet name to [book]sheet format
[C++]
static CString MakeSheetName(
const char* pszBook,
const char* 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()