可以自动识别表格位置、表格内容信息。适用于黑色的,横线、竖线都齐全的表格中内容识别。阿里原接口订购地址:https://vision.aliyun.com/experience/detail?tagName=ocr&children=RecognizeTable 输入限制 请求格式:JPEG、JPG、PNG、BMP、GIF。 图像大小:图像大小不超过3M。 图像分辨率:不限制图片分辨率,但图片分辨率太高可能会导致API识别超时,超时时间为5秒。 URL地址中不能包含中文字符。
| 参数名称 | 类型 | 示例值 | 必须 | 描述 |
|---|---|---|---|---|
| content-type | String | application/x-www-form-urlencoded | 否 |
| 参数名称 | 类型 | 示例值 | 必须 | 描述 |
|---|---|---|---|---|
| ImageURL | String | https://showapi-pub-shanghai.oss-cn-shanghai.aliyuncs.com/api/connector/excelbg.jpg | 是 | 图片URL地址。 |
| AssureDirection | String | false | 是 | 图片方向是否确定为正向。 true:确定 false:不确定 |
| HasLine | String | false | 是 | 是否无线条。 true:无线条或者只有横线没有竖线。 false:有线条。 |
| ds_id | String | - | 是 | |
| OutputFormat | String | json | 是 | 输出格式。包括:html、json、xlsx。 |
| SkipDetection | String | false | 是 | 是否跳过检测,取值true或false。 |
| UseFinanceModel | String | true | 是 | 是否使用财务报表模型。取值true或false。 |
showapi_res_body 系统封装,业务数据均位于该对象内;系统级字段见。curl -X POST "https://connector.showapi.com/2582-10?appKey=YOUR_APPKEY" \
-H "content-type: application/x-www-form-urlencoded" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "ImageURL=https%3A%2F%2Fshowapi-pub-shanghai.oss-cn-shanghai.aliyuncs.com%2Fapi%2Fconnector%2Fexcelbg.jpg&AssureDirection=false&HasLine=false&ds_id=&OutputFormat=json&SkipDetection=false&UseFinanceModel=true"{
"showapi_res_error": "",
"showapi_res_code": 0,
"showapi_res_id": "5fc703358d57ba0247d6119f",
"showapi_res_body": {
"Data": {
"Tables": [
{
"TableRows": [
{
"TableColumns": [
{
"Texts": [
"序号|"
],
"EndRow": 1,
"StartRow": 0,
"Height": 32,
"Width": 43,
"StartColumn": 0,
"EndColumn": 2
},
{
"Texts": [
"表格编号"
],
"EndRow": 1,
"StartRow": 0,
"Height": 32,
"Width": 187,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"表格名称"
],
"EndRow": 1,
"StartRow": 0,
"Height": 32,
"Width": 248,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"春档部门"
],
"EndRow": 1,
"StartRow": 0,
"Height": 32,
"Width": 116,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"保存时间"
],
"EndRow": 1,
"StartRow": 0,
"Height": 32,
"Width": 129,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"版本"
],
"EndRow": 1,
"StartRow": 0,
"Height": 32,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"1."
],
"EndRow": 2,
"StartRow": 1,
"Height": 30,
"Width": 43,
"StartColumn": 0,
"EndColumn": 2
},
{
"Texts": [
"VKWY4.2.3-Z01-F1"
],
"EndRow": 2,
"StartRow": 1,
"Height": 30,
"Width": 187,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"文件编制/更改申请表"
],
"EndRow": 2,
"StartRow": 1,
"Height": 30,
"Width": 248,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"品质管理部"
],
"EndRow": 2,
"StartRow": 1,
"Height": 30,
"Width": 116,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"至少年"
],
"EndRow": 2,
"StartRow": 1,
"Height": 30,
"Width": 129,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/O"
],
"EndRow": 2,
"StartRow": 1,
"Height": 30,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"2."
],
"EndRow": 3,
"StartRow": 2,
"Height": 32,
"Width": 43,
"StartColumn": 0,
"EndColumn": 2
},
{
"Texts": [
"VKWY4.2.3-Z01-F2"
],
"EndRow": 3,
"StartRow": 2,
"Height": 32,
"Width": 187,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"文件发放答收表"
],
"EndRow": 3,
"StartRow": 2,
"Height": 32,
"Width": 248,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"品质管理部"
],
"EndRow": 3,
"StartRow": 2,
"Height": 32,
"Width": 116,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"至少年年"
],
"EndRow": 3,
"StartRow": 2,
"Height": 32,
"Width": 129,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 3,
"StartRow": 2,
"Height": 32,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"3."
],
"EndRow": 4,
"StartRow": 3,
"Height": 30,
"Width": 43,
"StartColumn": 0,
"EndColumn": 2
},
{
"Texts": [
"VKWY4.2.3-Z01-F3"
],
"EndRow": 4,
"StartRow": 3,
"Height": 30,
"Width": 187,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"借阅登记表"
],
"EndRow": 4,
"StartRow": 3,
"Height": 30,
"Width": 248,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"各业务部门"
],
"EndRow": 4,
"StartRow": 3,
"Height": 30,
"Width": 116,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"至少年"
],
"EndRow": 4,
"StartRow": 3,
"Height": 30,
"Width": 129,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/O"
],
"EndRow": 4,
"StartRow": 3,
"Height": 30,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"4."
],
"EndRow": 5,
"StartRow": 4,
"Height": 31,
"Width": 43,
"StartColumn": 0,
"EndColumn": 2
},
{
"Texts": [
"VKWY4.2.3-Z01-F"
],
"EndRow": 5,
"StartRow": 4,
"Height": 31,
"Width": 187,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"体系文件分类(发放)表"
],
"EndRow": 5,
"StartRow": 4,
"Height": 32,
"Width": 248,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"品质管理部"
],
"EndRow": 5,
"StartRow": 4,
"Height": 32,
"Width": 116,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"至少年年"
],
"EndRow": 5,
"StartRow": 4,
"Height": 32,
"Width": 129,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 5,
"StartRow": 4,
"Height": 32,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"5."
],
"EndRow": 6,
"StartRow": 5,
"Height": 33,
"Width": 43,
"StartColumn": 0,
"EndColumn": 2
},
{
"Texts": [
"VKWY4.2.3-Z02-F1"
],
"EndRow": 6,
"StartRow": 5,
"Height": 33,
"Width": 187,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"文件资料存储清单"
],
"EndRow": 6,
"StartRow": 5,
"Height": 33,
"Width": 248,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"各部门"
],
"EndRow": 6,
"StartRow": 5,
"Height": 32,
"Width": 116,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"至少年"
],
"EndRow": 6,
"StartRow": 5,
"Height": 32,
"Width": 129,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 6,
"StartRow": 5,
"Height": 32,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"6."
],
"EndRow": 7,
"StartRow": 6,
"Height": 32,
"Width": 43,
"StartColumn": 0,
"EndColumn": 2
},
{
"Texts": [
"VKWY4.2.3-Z02-F2"
],
"EndRow": 7,
"StartRow": 6,
"Height": 32,
"Width": 187,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"文件处理表"
],
"EndRow": 7,
"StartRow": 6,
"Height": 32,
"Width": 248,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"文件保存部门"
],
"EndRow": 7,
"StartRow": 6,
"Height": 31,
"Width": 116,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"同读文件保存期"
],
"EndRow": 7,
"StartRow": 6,
"Height": 31,
"Width": 129,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 7,
"StartRow": 6,
"Height": 31,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"7."
],
"EndRow": 8,
"StartRow": 7,
"Height": 30,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY4.2.4-Z01-F1"
],
"EndRow": 8,
"StartRow": 7,
"Height": 30,
"Width": 187,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"记录检查表"
],
"EndRow": 8,
"StartRow": 7,
"Height": 31,
"Width": 248,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"品质管理部"
],
"EndRow": 8,
"StartRow": 7,
"Height": 31,
"Width": 116,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"永久"
],
"EndRow": 8,
"StartRow": 7,
"Height": 31,
"Width": 129,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 8,
"StartRow": 7,
"Height": 31,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"8."
],
"EndRow": 9,
"StartRow": 8,
"Height": 32,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY4.2.4-Z01-F2"
],
"EndRow": 9,
"StartRow": 8,
"Height": 32,
"Width": 187,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"标准、政策法规一览表"
],
"EndRow": 9,
"StartRow": 8,
"Height": 32,
"Width": 248,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"总经理办公室|"
],
"EndRow": 9,
"StartRow": 8,
"Height": 32,
"Width": 116,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"永久保存"
],
"EndRow": 9,
"StartRow": 8,
"Height": 32,
"Width": 129,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 9,
"StartRow": 8,
"Height": 32,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"9."
],
"EndRow": 10,
"StartRow": 9,
"Height": 30,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY4.2.4-Z01-F3"
],
"EndRow": 10,
"StartRow": 9,
"Height": 31,
"Width": 187,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"质量记录表格一览表"
],
"EndRow": 10,
"StartRow": 9,
"Height": 31,
"Width": 248,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"品质管理部"
],
"EndRow": 10,
"StartRow": 9,
"Height": 32,
"Width": 116,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"至少年"
],
"EndRow": 10,
"StartRow": 9,
"Height": 32,
"Width": 129,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 10,
"StartRow": 9,
"Height": 32,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"10."
],
"EndRow": 11,
"StartRow": 10,
"Height": 32,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY5.4.2-Z01-F1"
],
"EndRow": 11,
"StartRow": 10,
"Height": 32,
"Width": 187,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"环境因素汇总登记表"
],
"EndRow": 11,
"StartRow": 10,
"Height": 31,
"Width": 248,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"各有关部门"
],
"EndRow": 11,
"StartRow": 10,
"Height": 31,
"Width": 116,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"至少年"
],
"EndRow": 11,
"StartRow": 10,
"Height": 30,
"Width": 129,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 11,
"StartRow": 10,
"Height": 30,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"11."
],
"EndRow": 12,
"StartRow": 11,
"Height": 52,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY5.4.2-Z01-F2"
],
"EndRow": 12,
"StartRow": 11,
"Height": 52,
"Width": 187,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"重要环境因素评价表"
],
"EndRow": 12,
"StartRow": 11,
"Height": 52,
"Width": 248,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"各有关部门",
"品质管理部"
],
"EndRow": 12,
"StartRow": 11,
"Height": 52,
"Width": 116,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"至少年"
],
"EndRow": 12,
"StartRow": 11,
"Height": 52,
"Width": 129,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 12,
"StartRow": 11,
"Height": 52,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"12."
],
"EndRow": 13,
"StartRow": 12,
"Height": 32,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY5.6-Z01-F1"
],
"EndRow": 13,
"StartRow": 12,
"Height": 32,
"Width": 187,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"管理评审计划"
],
"EndRow": 13,
"StartRow": 12,
"Height": 32,
"Width": 248,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"品质管理部"
],
"EndRow": 13,
"StartRow": 12,
"Height": 32,
"Width": 116,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"永久保存"
],
"EndRow": 13,
"StartRow": 12,
"Height": 32,
"Width": 129,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 13,
"StartRow": 12,
"Height": 32,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"13.1"
],
"EndRow": 14,
"StartRow": 13,
"Height": 31,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY5.6-Z01-F2"
],
"EndRow": 14,
"StartRow": 13,
"Height": 31,
"Width": 187,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"管理评审报告"
],
"EndRow": 14,
"StartRow": 13,
"Height": 32,
"Width": 248,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"品质管理部"
],
"EndRow": 14,
"StartRow": 13,
"Height": 32,
"Width": 116,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"永久保存"
],
"EndRow": 14,
"StartRow": 13,
"Height": 32,
"Width": 129,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 14,
"StartRow": 13,
"Height": 32,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"14."
],
"EndRow": 15,
"StartRow": 14,
"Height": 55,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY6.2-Z01-01-F1"
],
"EndRow": 15,
"StartRow": 14,
"Height": 55,
"Width": 187,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"应聘职位登记表"
],
"EndRow": 15,
"StartRow": 14,
"Height": 55,
"Width": 248,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"人力资源部",
"各部门"
],
"EndRow": 15,
"StartRow": 14,
"Height": 54,
"Width": 116,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"员工高职后1年"
],
"EndRow": 15,
"StartRow": 14,
"Height": 54,
"Width": 129,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 15,
"StartRow": 14,
"Height": 54,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"15."
],
"EndRow": 16,
"StartRow": 15,
"Height": 32,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY6.2-Z01-01-F2"
],
"EndRow": 16,
"StartRow": 15,
"Height": 32,
"Width": 187,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"转正审批表"
],
"EndRow": 16,
"StartRow": 15,
"Height": 32,
"Width": 248,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"人力资源部"
],
"EndRow": 16,
"StartRow": 15,
"Height": 32,
"Width": 116,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"员工商职后1年"
],
"EndRow": 16,
"StartRow": 15,
"Height": 32,
"Width": 129,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/O"
],
"EndRow": 16,
"StartRow": 15,
"Height": 32,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"16."
],
"EndRow": 17,
"StartRow": 16,
"Height": 42,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY6.2-Z01-01-F3"
],
"EndRow": 17,
"StartRow": 16,
"Height": 42,
"Width": 187,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"面谈表"
],
"EndRow": 17,
"StartRow": 16,
"Height": 42,
"Width": 249,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"人力货源部",
"各部门"
],
"EndRow": 17,
"StartRow": 16,
"Height": 42,
"Width": 116,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"员工高职后1年"
],
"EndRow": 17,
"StartRow": 16,
"Height": 42,
"Width": 130,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 17,
"StartRow": 16,
"Height": 42,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"17."
],
"EndRow": 18,
"StartRow": 17,
"Height": 44,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKNY6.2-Z01-01-F4"
],
"EndRow": 18,
"StartRow": 17,
"Height": 44,
"Width": 186,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"人员编制中请表"
],
"EndRow": 18,
"StartRow": 17,
"Height": 44,
"Width": 249,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"经家"
],
"EndRow": 18,
"StartRow": 17,
"Height": 44,
"Width": 115,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"至少年"
],
"EndRow": 18,
"StartRow": 17,
"Height": 44,
"Width": 130,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 18,
"StartRow": 17,
"Height": 44,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"18."
],
"EndRow": 19,
"StartRow": 18,
"Height": 31,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY6.2-Z01-01-F5"
],
"EndRow": 19,
"StartRow": 18,
"Height": 31,
"Width": 186,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"交接手续完善表"
],
"EndRow": 19,
"StartRow": 18,
"Height": 31,
"Width": 249,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"各部门"
],
"EndRow": 19,
"StartRow": 18,
"Height": 30,
"Width": 115,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"至少年"
],
"EndRow": 19,
"StartRow": 18,
"Height": 30,
"Width": 130,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 19,
"StartRow": 18,
"Height": 30,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"19."
],
"EndRow": 20,
"StartRow": 19,
"Height": 31,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY6.2-Z01-02-F1"
],
"EndRow": 20,
"StartRow": 19,
"Height": 31,
"Width": 186,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"新员工试用情况反馈表"
],
"EndRow": 20,
"StartRow": 19,
"Height": 33,
"Width": 249,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"人力资源部"
],
"EndRow": 20,
"StartRow": 19,
"Height": 33,
"Width": 115,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"员工商开后1年"
],
"EndRow": 20,
"StartRow": 19,
"Height": 33,
"Width": 130,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/O"
],
"EndRow": 20,
"StartRow": 19,
"Height": 33,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"20."
],
"EndRow": 21,
"StartRow": 20,
"Height": 32,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY6.2-Z01-02-F2"
],
"EndRow": 21,
"StartRow": 20,
"Height": 32,
"Width": 186,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"培训(会议)记录表"
],
"EndRow": 21,
"StartRow": 20,
"Height": 32,
"Width": 249,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"各部门"
],
"EndRow": 21,
"StartRow": 20,
"Height": 31,
"Width": 115,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"至少1年"
],
"EndRow": 21,
"StartRow": 20,
"Height": 31,
"Width": 130,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/O"
],
"EndRow": 21,
"StartRow": 20,
"Height": 31,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"21."
],
"EndRow": 22,
"StartRow": 21,
"Height": 41,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY6.2-Z01-02-F3"
],
"EndRow": 22,
"StartRow": 21,
"Height": 41,
"Width": 186,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"培训计划"
],
"EndRow": 22,
"StartRow": 21,
"Height": 42,
"Width": 249,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"天票经理"
],
"EndRow": 22,
"StartRow": 21,
"Height": 42,
"Width": 115,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"至少1年"
],
"EndRow": 22,
"StartRow": 21,
"Height": 42,
"Width": 130,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 22,
"StartRow": 21,
"Height": 42,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"22."
],
"EndRow": 23,
"StartRow": 22,
"Height": 33,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY6.2-Z01-02-F4"
],
"EndRow": 23,
"StartRow": 22,
"Height": 33,
"Width": 186,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"实习报告"
],
"EndRow": 23,
"StartRow": 22,
"Height": 33,
"Width": 249,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"人力资源部"
],
"EndRow": 23,
"StartRow": 22,
"Height": 32,
"Width": 115,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"员工鹅开启1年"
],
"EndRow": 23,
"StartRow": 22,
"Height": 32,
"Width": 130,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 23,
"StartRow": 22,
"Height": 32,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"23."
],
"EndRow": 24,
"StartRow": 23,
"Height": 32,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY6.2-Z01-03-F1"
],
"EndRow": 24,
"StartRow": 23,
"Height": 32,
"Width": 186,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"职员月考核评分汇总表"
],
"EndRow": 24,
"StartRow": 23,
"Height": 32,
"Width": 249,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"各部门"
],
"EndRow": 24,
"StartRow": 23,
"Height": 32,
"Width": 115,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"至少年"
],
"EndRow": 24,
"StartRow": 23,
"Height": 32,
"Width": 130,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 24,
"StartRow": 23,
"Height": 32,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"24."
],
"EndRow": 25,
"StartRow": 24,
"Height": 32,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKVY6.2-Z01-03-F2"
],
"EndRow": 25,
"StartRow": 24,
"Height": 32,
"Width": 186,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"职员(工)李度考核评分表"
],
"EndRow": 25,
"StartRow": 24,
"Height": 31,
"Width": 249,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"人力资源部"
],
"EndRow": 25,
"StartRow": 24,
"Height": 31,
"Width": 115,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"员工商职后1年"
],
"EndRow": 25,
"StartRow": 24,
"Height": 30,
"Width": 130,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 25,
"StartRow": 24,
"Height": 30,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"25."
],
"EndRow": 26,
"StartRow": 25,
"Height": 29,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY6.2-Z01-03-F3"
],
"EndRow": 26,
"StartRow": 25,
"Height": 30,
"Width": 186,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"奖热通知书"
],
"EndRow": 26,
"StartRow": 25,
"Height": 31,
"Width": 249,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"各业务部门"
],
"EndRow": 26,
"StartRow": 25,
"Height": 32,
"Width": 115,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"员工高职后1年"
],
"EndRow": 26,
"StartRow": 25,
"Height": 32,
"Width": 130,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 26,
"StartRow": 25,
"Height": 32,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"26."
],
"EndRow": 27,
"StartRow": 26,
"Height": 45,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY6.2-Z01-03-F4"
],
"EndRow": 27,
"StartRow": 26,
"Height": 45,
"Width": 186,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"高职手续表"
],
"EndRow": 27,
"StartRow": 26,
"Height": 45,
"Width": 249,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"各业务部门",
"人力资源部"
],
"EndRow": 27,
"StartRow": 26,
"Height": 44,
"Width": 115,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"员工高职后1年"
],
"EndRow": 27,
"StartRow": 26,
"Height": 44,
"Width": 130,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 27,
"StartRow": 26,
"Height": 44,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"27."
],
"EndRow": 28,
"StartRow": 27,
"Height": 30,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY6.2-Z01-03-F5"
],
"EndRow": 28,
"StartRow": 27,
"Height": 30,
"Width": 186,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"维修夹职页部门考核评分表"
],
"EndRow": 28,
"StartRow": 27,
"Height": 30,
"Width": 249,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"人力资源部"
],
"EndRow": 28,
"StartRow": 27,
"Height": 30,
"Width": 115,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"员工高职后1年"
],
"EndRow": 28,
"StartRow": 27,
"Height": 30,
"Width": 130,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 28,
"StartRow": 27,
"Height": 30,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"28."
],
"EndRow": 29,
"StartRow": 28,
"Height": 32,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY6.2-Z01-03-F6"
],
"EndRow": 29,
"StartRow": 28,
"Height": 32,
"Width": 186,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"职页中级考核部门评分表"
],
"EndRow": 29,
"StartRow": 28,
"Height": 32,
"Width": 249,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"人力资源部"
],
"EndRow": 29,
"StartRow": 28,
"Height": 32,
"Width": 115,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"员工高职后1年"
],
"EndRow": 29,
"StartRow": 28,
"Height": 32,
"Width": 130,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 29,
"StartRow": 28,
"Height": 32,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"29."
],
"EndRow": 30,
"StartRow": 29,
"Height": 32,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY6.3-Z01-F1"
],
"EndRow": 30,
"StartRow": 29,
"Height": 32,
"Width": 186,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"贵产情况审核单"
],
"EndRow": 30,
"StartRow": 29,
"Height": 32,
"Width": 249,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"各部门"
],
"EndRow": 30,
"StartRow": 29,
"Height": 31,
"Width": 115,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"永久保存"
],
"EndRow": 30,
"StartRow": 29,
"Height": 31,
"Width": 130,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/O"
],
"EndRow": 30,
"StartRow": 29,
"Height": 31,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"30."
],
"EndRow": 31,
"StartRow": 30,
"Height": 31,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY6.3-Z01-01-F1"
],
"EndRow": 31,
"StartRow": 30,
"Height": 31,
"Width": 186,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"印鉴,证照登记表"
],
"EndRow": 31,
"StartRow": 30,
"Height": 33,
"Width": 249,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"各部门"
],
"EndRow": 31,
"StartRow": 30,
"Height": 33,
"Width": 115,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"永久保存"
],
"EndRow": 31,
"StartRow": 30,
"Height": 33,
"Width": 130,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/O"
],
"EndRow": 31,
"StartRow": 30,
"Height": 33,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"31."
],
"EndRow": 32,
"StartRow": 31,
"Height": 31,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY6.3-Z01-01-F2"
],
"EndRow": 32,
"StartRow": 31,
"Height": 31,
"Width": 186,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"印鉴使用申请表"
],
"EndRow": 32,
"StartRow": 31,
"Height": 31,
"Width": 249,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"各部门"
],
"EndRow": 32,
"StartRow": 31,
"Height": 29,
"Width": 115,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"至少1年"
],
"EndRow": 32,
"StartRow": 31,
"Height": 29,
"Width": 130,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/O"
],
"EndRow": 32,
"StartRow": 31,
"Height": 29,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"32."
],
"EndRow": 33,
"StartRow": 32,
"Height": 32,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY6.3-Z01-01-F3"
],
"EndRow": 33,
"StartRow": 32,
"Height": 32,
"Width": 186,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"印鉴、证照领(倍)用中请表"
],
"EndRow": 33,
"StartRow": 32,
"Height": 33,
"Width": 249,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"各部门"
],
"EndRow": 33,
"StartRow": 32,
"Height": 33,
"Width": 115,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"至少1年"
],
"EndRow": 33,
"StartRow": 32,
"Height": 33,
"Width": 130,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/0"
],
"EndRow": 33,
"StartRow": 32,
"Height": 33,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
},
{
"TableColumns": [
{
"Texts": [
"33."
],
"EndRow": 34,
"StartRow": 33,
"Height": 30,
"Width": 43,
"StartColumn": 1,
"EndColumn": 2
},
{
"Texts": [
"VKWY6.3-Z01-01-F4"
],
"EndRow": 34,
"StartRow": 33,
"Height": 30,
"Width": 186,
"StartColumn": 2,
"EndColumn": 3
},
{
"Texts": [
"印鉴、证照制发申请表"
],
"EndRow": 34,
"StartRow": 33,
"Height": 30,
"Width": 249,
"StartColumn": 3,
"EndColumn": 4
},
{
"Texts": [
"各部门"
],
"EndRow": 34,
"StartRow": 33,
"Height": 30,
"Width": 115,
"StartColumn": 4,
"EndColumn": 5
},
{
"Texts": [
"永久保存"
],
"EndRow": 34,
"StartRow": 33,
"Height": 30,
"Width": 130,
"StartColumn": 5,
"EndColumn": 6
},
{
"Texts": [
"C/O"
],
"EndRow": 34,
"StartRow": 33,
"Height": 30,
"Width": 53,
"StartColumn": 6,
"EndColumn": 7
}
]
}
]
}
]
},
"ret_code": 0,
"remark": "请求成功",
"RequestId": "4B165465-D3EA-4F9A-9EE5-A8792C928B1F"
}
}在 Cherry Studio、ChatBox 等支持 MCP 的客户端中配置,将 {your_appKey} 替换为真实 AppKey(AppKey 管理)。该服务覆盖本接口全部接入点。
{
"mcpServers": {
"showapi-mcp-2582": {
"url": "http://www.showapi.com.cn/mcp/2582/{your_appKey}"
}
}
}
7*24小时服务
保证您的售后无忧

1v1专属服务
保证服务质量

担保交易
全程担保交易保证资金安全

服务全程监管
全周期保证商品服务质量
© 2015-2023 WWW.SHOWAPI.COM ALL RIGHTS RESERVED.昆明秀派科技有限公司
本网站所列接口及文档全部由SHOWAPI网站提供,并对其拥有最终解释权 POWERED BY SHOWAPI
