工具 API

create_chart

在工作表中创建图表 参数: - file_id: 文件ID - sheet_name: 工作表名称 - data_range: 数据范围(如 "A1:D10") - chart_type: 图表类型(bar, line, pie, scatter 等) - target_cell: 图表放置位置 - title: 图表标题 - x_axis: X轴标签 - y_axis: Y轴标签

其他1 积分

调用信息

工具标识
excel.create_chart
服务提供方
Excel
平均响应
0 ms
近 7 天调用
0

输入参数

file_id必填

string

sheet_name必填

string

data_range必填

string

chart_type必填

string

target_cell必填

string

title

string

x_axis

string

y_axis

string