PostWorksheetCellsRangeValue
Contents
[
Hide
]
PostWorksheetCellsRangeValue
Assign a value to the range; if necessary, the value will be converted to another data type, and the cell's number format will be reset.
REST API
API | HttpMethod | Description | API reference | ||
---|---|---|---|---|---|
/cells/{name}/worksheets/{sheetName}/ranges/value | POST | Assign a value to the range; if necessary | the value will be converted to another data type | and the cell's number format will be reset. | PostWorksheetCellsRangeValue |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
Value | string | Input value. |
isConverted | boolean | True: converted to other data type if appropriate. |
setStyle | boolean | True: set the number format to cell's style when converting to other data type. |
folder | string | Original workbook folder. |
storageName | string | Storage name. |
Request Body Parameter
Parameter Name | Type | Description |
---|---|---|
range | class:range | The range in worksheet. |