This commit is contained in:
2019-12-20 16:45:57 +08:00
parent 413c6c2f29
commit ae8f9ec881
12 changed files with 332 additions and 6 deletions

View File

@@ -0,0 +1,2 @@

#include "RepairOrder.h"

View File

@@ -0,0 +1,11 @@

#pragma once
#include <string>
class RepairOrder
{
private:
};

View File

@@ -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,