工具 API

sheet.set_cell_value

设置在线表格指定单元格的值,支持文本、数字、布尔等类型(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.set_cell_value
服务提供方
腾讯文档
平均响应
0 ms
近 7 天调用
0

输入参数

bool_value

布尔值,value_type 为 BOOL 时使用

col

列索引(0-based)

file_id必填

在线表格的唯一标识符

formula

公式,value_type 为 FORMULA 时使用,例如 "=SUM(A1:A10)"

number_value

数值,value_type 为 NUMBER 时使用

row

行索引(0-based)

sheet_id必填

子表 ID(必填)

string_value

字符串值,value_type 为 STRING 时使用

value_type

值类型,合法值: NUMBER, STRING, BOOL, FORMULA(不区分大小写)