...
This commit is contained in:
@@ -29,7 +29,8 @@ std::wstring ReadCellStringFromXlsx( libxl::IBookT<wchar_t> * pBook,
|
||||
* \param sheetName
|
||||
* \return
|
||||
************************************************/
|
||||
libxl::Sheet * getXlsxSheetByName( libxl::IBookT<wchar_t> * pBook, const std::wstring & sheetName );
|
||||
libxl::Sheet * getXlsxSheetByName( libxl::IBookT<wchar_t> * pBook,
|
||||
const std::wstring & sheetName );
|
||||
|
||||
/************************************************
|
||||
* \brief 核对excel表格的内容,根据pszCaptionFormat参数提供的表头数组来核对
|
||||
@@ -45,4 +46,3 @@ bool checkExcelFileFormat( libxl::Book * pBook,
|
||||
int captionRowIndex,
|
||||
const wchar_t * pszCaptionFormat[],
|
||||
int captionCount );
|
||||
|
||||
|
Reference in New Issue
Block a user