复制单元格到单元格
Contents
[
Hide
]
PostCopyCellIntoCell
Copy data from a source cell to a destination cell in the worksheet.
REST API
API | HttpMethod | 描述 | API 参考 |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/cells/{destCellName}/copy | POST | 将数据从源单元格复制到工作表中的目标单元格。 | PostCopyCellIntoCell |
Path Parameter
参数名称、类型、描述 |
---|
name,string,文件名。 |
destCellName,string,目标单元格名称。 |
sheetName,string,目标工作表名称。 |
Query Parameter
参数名称、类型、描述 | ||
---|---|---|
worksheet | string | 源工作表名称。 |
cellname,string,源单元格名称。 | ||
row,integer,源行索引。 | ||
column,integer,源列索引。 | ||
文件夹,字符串,文件所在的文件夹。 | ||
storageName,string,文件所在的存储名称。 |