PostWorksheetCellSetValue
Contents
[
Hide
]
PostWorksheetCellSetValue
Set cell value using cell name in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/cells/{cellName} | POST | Set cell value using cell name in the worksheet. | PostWorksheetCellSetValue |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
cellName | string | The cell name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
value | string | The cell value. |
type | string | The value type. |
formula | string | Formula for cell |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |