This commit is contained in:
2021-06-15 17:41:20 +08:00
parent dc162b3180
commit 6406fe1784
3 changed files with 71 additions and 2 deletions

View File

@@ -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 );