。。。
This commit is contained in:
@@ -15,6 +15,14 @@ void setKey( libxl::Book * pBook )
|
||||
}
|
||||
}
|
||||
|
||||
void setKey( libxl::IBookT<char> * pBook )
|
||||
{
|
||||
if (pBook != nullptr)
|
||||
{
|
||||
pBook->setKey("cpic", "windows-202d21040bc4e70060bc6264a6ucu7i1");
|
||||
}
|
||||
}
|
||||
|
||||
std::wstring ReadCellStringFromXlsx( libxl::IBookT<wchar_t> * pBook,
|
||||
unsigned int sheetIndex,
|
||||
unsigned int rowIndex,
|
||||
|
@@ -9,6 +9,7 @@
|
||||
* \param pBook
|
||||
************************************************/
|
||||
void setKey( libxl::Book * pBook );
|
||||
void setKey( libxl::IBookT<char> * pBook );
|
||||
|
||||
/************************************************
|
||||
* \brief 从xlsx文件单元格中读取数据,以字符串为返回值。
|
||||
|
Reference in New Issue
Block a user