功能: 服务端生成完整报告并保护单任务
- 使用 libxlsxwriter 常量内存导出 Excel\n- 增加全局任务占用提示与原始数据持久化\n- 保留运行时任务数据并更新接口文档
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
* libxlsxwriter
|
||||
*
|
||||
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file xlsxwriter.h
|
||||
*
|
||||
* xlsxwriter - A library for creating Excel XLSX files.
|
||||
*
|
||||
*/
|
||||
#ifndef __LXW_XLSXWRITER_H__
|
||||
#define __LXW_XLSXWRITER_H__
|
||||
|
||||
#include "xlsxwriter/workbook.h"
|
||||
#include "xlsxwriter/worksheet.h"
|
||||
#include "xlsxwriter/format.h"
|
||||
#include "xlsxwriter/utility.h"
|
||||
|
||||
#define LXW_VERSION "1.1.5"
|
||||
#define LXW_VERSION_ID 115
|
||||
#define LXW_SOVERSION "5"
|
||||
|
||||
#endif /* __LXW_XLSXWRITER_H__ */
|
||||
Reference in New Issue
Block a user