工具 API
doc. get_ table_ info
获取指定位置 idx 所在表格的整体信息(DOC)。返回行高/列宽/合并情况/各单元格文本+属性,是 set_table_layout / set_table_properties 等表格写类工具的「前置查询」。⚠️ idx 必须落在表格内部;若不确定,先用 resolve_document_structure 找到 type=="Table" 的节点,再用其 cells[].start_index 作为 idx。
productivityOAuth1 积分
调用信息
- 工具标识
- tencent-docs.doc.get_table_info
- 服务提供方
- 腾讯文档
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
file_id在线文档DOC的文档唯一标识符(与file_url二选一)
file_url腾讯文档的URL链接(推荐),与file_id二选一
idx必填表格内任意GCP索引
version_info版本参数