convert_line_break_to_text
Replace line break characters in worksheet cells with a specified text string via Aspose.Cells Cloud API. Cleans up data by normalizing line endings.
Instructions
Replaces all line break characters (\n, \r\n, \r) within text cells with a specified replacement text string in a worksheet range using Aspose.Cells Cloud API. Returns True if the operation succeeds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _range | No | ||
| worksheet | No | ||
| file_token | Yes | ||
| target_text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |