PostSetCellRangeValue
Contents
[
Hide
]
PostSetCellRangeValue
Set the value of the range in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/cells | POST | Set the value of the range in the worksheet. | PostSetCellRangeValue |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
cellarea | string | Cell area (like 'A1:C2') |
value | string | Range value |
type | string | Value data type (like 'int') |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |