...
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
|
||||
#include "RepairOrder.h"
|
@@ -0,0 +1,11 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
class RepairOrder
|
||||
{
|
||||
|
||||
private:
|
||||
|
||||
};
|
@@ -4,6 +4,10 @@
|
||||
|
||||
#include <libxl.h>
|
||||
|
||||
/************************************************
|
||||
* \brief 注册libxl产品
|
||||
* \param pBook
|
||||
************************************************/
|
||||
void setKey( libxl::Book * pBook );
|
||||
|
||||
/************************************************
|
||||
@@ -12,6 +16,7 @@ void setKey( libxl::Book * pBook );
|
||||
* \param sheetIndex sheet的索引值
|
||||
* \param rowIndex 行号
|
||||
* \param colIndex 列号
|
||||
* \param isInteger 单元格为数字类型时,选择是输出整形还是浮点型字符串
|
||||
* \return 返回的字符串
|
||||
************************************************/
|
||||
std::wstring ReadCellStringFromXlsx( libxl::IBookT<wchar_t> * pBook,
|
||||
|
Reference in New Issue
Block a user