PostReplace
Contents
[
Hide
]
PostReplace
Replace specified text with new text in Excel files.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/replace | POST | Replace specified text with new text in Excel files. | PostReplace |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
text | string | Find content |
newtext | string | Replace content |
password | string | The password needed to open an Excel file. |
sheetname | string | The worksheet name. Locate the specified text content in the worksheet. |
checkExcelRestriction | boolean | Whether check restriction of excel file when user modify cells related objects. |