工具 API
sheet. set_ cell_ style
设置在线表格指定范围单元格的样式,包括字体、颜色、对齐等(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_style
- 服务提供方
- 腾讯文档
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
bg_color背景色,ARGB hex,如 "FFFFFFFF"
bold粗体
end_col结束列索引
end_row结束行索引
file_id必填在线表格的唯一标识符
font_color字体颜色,ARGB hex,如 "FF000000"
font_family字体名称
font_size字号(pt)
horizontal_align水平对齐:general/left/center/right/fill/justify
is_clear若为 true,则清除格式
italic斜体
number_format_pattern数字格式,如 "0.00%"
sheet_id必填子表 ID(必填)
start_col起始列索引(0-based)
start_row起始行索引(0-based)
strike_through删除线
underline下划线:none/single/double/single_accounting/double_accounting
vertical_align垂直对齐:top/center/bottom/justify
wrap_text自动换行