工具 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(不区分大小写)