PostWorksheetTextReplace
Contents
[
Hide
]
PostWorksheetTextReplace
Replace old text with new text in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/replaceText | POST | Replace old text with new text in the worksheet. | PostWorksheetTextReplace |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | Worksheet name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
oldValue | string | The old text to replace. |
newValue | string | The new text to replace by. |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |