工具 API

sheet.merge_cell

合并在线表格指定范围的单元格,支持全部合并、按行合并、按列合并(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.merge_cell
服务提供方
腾讯文档
平均响应
0 ms
近 7 天调用
0

输入参数

end_col

结束列索引

end_row

结束行索引

file_id必填

在线表格的唯一标识符

merge_type

合并类型: "all"(默认)、"columns"、"rows"

sheet_id必填

子表 ID(必填)

start_col

起始列索引(0-based)

start_row

起始行索引(0-based)