文档
测试

excel合并接口文档

GET
http://192.168.0.9:8000/concat

接口描述

合并excel

请求参数

参数名
类型
描述
必填
filename
str
合并后的文件名,如:dir=result.xlsx,将输出在'报告数据'文件夹中
必填

响应参数

参数名
类型
描述
必填
response
json
标准返回响应
必填
errorCode
int
0(成功) 1(处理超时) 4xx(资源错误) 5xx(内部服务错误)
必填
errorMessage
str
错误原因,成功则空
必填
result
NoneType
null
必填