Get a workbook and sheet name from [book]sheet format
[C++]
static SplitSheetName(
const char* pszFullName,
CString& strBook,
CString& strSheet
);
The full name of the sheet in [book]sheet format.
The name of the workbook wil be placed here, if any is contained in pszFullName.
The name of the worksheet will be placed here.
Header: xllplus.h
CXllApp Class
| CXllApp Methods
| CXllApp::MakeSheetName()
| CXllApp::GetSheetName()