Action group: Excel
The action finds and replaces the value in the Excel-document.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Action context for working with an Excel document. | Robin.Excel | Excel context | Yes |
To find | Value to be found. | Robin.String | Yes | |
Replace with | Value to replace the required text with. If the field is not filled in, the found text will be cut out of the cell. | Robin.String | No | |
Replace option | Text replacement mode. | Robin.String | No | |
Case sensitive | Parameter that makes the search case-sensitive. If the value is «true», the case of the letters of the required value will be taken into account. | Robin.Boolean | true | No |
Search method | The rule that will be taken into account when searching. | Robin.String | No | |
Results | ||||
Result | Dictionary with modified cells, where the key is the index of the cell, the value is the value of the cell. | Robin.Dictionary |
Examples of action practicing in different cases:
No. | Essence of the test | Table | Parameters | Resulting table |
---|---|---|---|---|
1 | Replace all matches + Do not count the register |
| ||
2 | Replace first match |
| ||
3 | Count register |
| No changes. Desired phrase not found. | |
4 | Text not found Failed full-text search method |
| No changes. Desired phrase not found. | |
5 | Successful Full-text search method |
| ||
6 | By inclusion |
| ||
7 | Starts with specified value |
| ||
8 | Ends with specified value |
|
There is a table with numbers, replace the values 22 with 2.
Use the "Open", "Find and replace", "Save" actions.
2. Set the "Open" action parameters.
3. Set the "Find and replace" action parameters.
4. Set the "Save" action parameters.
5. Click "Start" and see the result.
The program robot completed successfully.
The desired replacement was made.