工具 API

sheet.insert_image

在在线表格指定单元格插入一张图片,图片内容可通过 base64 或 image_id 传入(SHEET) if both tencent-docs (personal) and tencent-docs-oa (enterprise) are connected, use AskUserQuestion to let the user pick the target account before invoking this tool.

productivityOAuth1 积分

调用信息

工具标识
tencent-docs.sheet.insert_image
服务提供方
腾讯文档
平均响应
0 ms
近 7 天调用
0

输入参数

col_index

目标列索引(0-based)

content

base64 编码后的图片内容,与 image_id 二选一;适合图片较小的场景

file_id必填

在线表格的唯一标识符

image_id

图片的 image_id,与 content 二选一;适合图片较大的场景

row_index

目标行索引(0-based)

sheet_id必填

子表 ID(必填)