Get a workbook and sheet name from [book]sheet format
static SplitSheetName( const char* pszFullName, CStringA& strBook, CStringA& strSheet ); static SplitSheetName( const wchar_t* pszFullName, CStringW& strBook, CStringW& 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.
CXllApp::SplitSheetName() Example
Header: xllplus.h
CXllApp Class | CXllApp Methods | CXllApp::MakeSheetName() | CXllApp::GetSheetName()