工具 API

copy_range

复制单元格范围到另一个位置 参数: - file_id: 文件ID - sheet_name: 源工作表名称 - source_start: 源范围起始单元格 - source_end: 源范围结束单元格 - target_start: 目标起始单元格 - target_sheet: 目标工作表名称(可选,默认为源工作表)

其他1 积分

调用信息

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

输入参数

file_id必填

string

sheet_name必填

string

source_start必填

string

source_end必填

string

target_start必填

string

target_sheet