Remove First N Characters
remove_first_n_charactersRemove the first N characters from text cells in a specified Excel worksheet range. Use this to clean or trim cell data quickly via the Aspose.Cells Cloud API.
Instructions
Removes the first N characters from the beginning of each text cell within a specified range of a worksheet in an Excel file using Aspose.Cells Cloud API. Returns True if the operation succeeds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _range | No | ||
| number | Yes | ||
| file_uuid | Yes | ||
| worksheet | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |