PostWorkbookTextReplace
Contents
[
Hide
]
PostWorkbookTextReplace
Replace text in the workbook.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/replaceText | POST | Replace text in the workbook. | PostWorkbookTextReplace |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
oldValue | string | The old value. |
newValue | string | The new value. |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |