功能: 服务端生成完整报告并保护单任务
- 使用 libxlsxwriter 常量内存导出 Excel\n- 增加全局任务占用提示与原始数据持久化\n- 保留运行时任务数据并更新接口文档
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
*.a
|
||||
*.o
|
||||
*.so
|
||||
*.so.*
|
||||
*.to
|
||||
*.lo
|
||||
*.la
|
||||
*.dylib
|
||||
*.dll
|
||||
*.gcno
|
||||
*.gcda
|
||||
test_*
|
||||
!test_*.c
|
||||
!test_*.cpp
|
||||
!test_*.py
|
||||
*.tar.gz
|
||||
*~
|
||||
TAGS
|
||||
.#*
|
||||
*#
|
||||
~*xlsx
|
||||
*.xlsx
|
||||
*.bak
|
||||
!test/functional/xlsx_files/*.xlsx
|
||||
*.pyc
|
||||
.pytest_cache/
|
||||
.cproject
|
||||
.project
|
||||
.pydevproject
|
||||
.settings/
|
||||
.DS_Store
|
||||
__pycache__
|
||||
.cache
|
||||
docs/html
|
||||
docs/latex
|
||||
.deps
|
||||
.dirstamp
|
||||
_temp.c
|
||||
examples/*
|
||||
!examples/*.c
|
||||
!examples/*.png
|
||||
!examples/Makefile
|
||||
!examples/vbaProject.bin
|
||||
cov-int
|
||||
libxlsxwriter-coverity.tgz
|
||||
build
|
||||
|
||||
third_party/zlib-1.2.8/configure.log
|
||||
third_party/zlib-1.2.8/contrib/minizip/miniunz
|
||||
third_party/zlib-1.2.8/contrib/minizip/minizip
|
||||
third_party/zlib-1.2.8/example
|
||||
third_party/zlib-1.2.8/examplesh
|
||||
third_party/zlib-1.2.8/minigzip
|
||||
third_party/zlib-1.2.8/minigzipsh
|
||||
third_party/zlib-1.2.8/zlib.pc
|
||||
|
||||
cmake
|
||||
!cmake/FindMINIZIP.cmake
|
||||
!cmake/FindPackage.cmake
|
||||
!cmake/i686-toolchain.cmake
|
||||
|
||||
.vscode
|
||||
Reference in New Issue
Block a user