Remove Before Text
remove_before_textRemoves all characters before a specified delimiter in worksheet cells, with optional range filtering and case sensitivity, returning success status.
Instructions
Removes all characters before (to the left of) a specified delimiter text within each text cell in a worksheet range using Aspose.Cells Cloud API. Returns True if the operation succeeds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| _range | No | ||
| file_uuid | Yes | ||
| worksheet | No | ||
| case_sensitive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |