设定单元格范围值
Contents
[
Hide
]
PostSetCellRangeValue
Set the value of the range in the worksheet.
REST API
API | HttpMethod | 描述 | API 参考 |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/cells | POST | 设置工作表中范围的值。 | PostSetCellRangeValue |
Path Parameter
参数名称、类型、描述 |
---|
name,string,文件名。 |
sheetName,string,工作表名称。 |
Query Parameter
参数名称、类型、描述 |
---|
cellarea,string,单元格区域(如 \'A1:C2\') |
值,字符串,范围值 |
类型、字符串、值数据类型(如“int”) |
文件夹,字符串,文件所在的文件夹。 |
storageName,string,文件所在的存储名称。 |