Remove Numeric Characters
remove_numeric_charactersStrip all numeric digits (0-9) from cells in a specified Excel worksheet range, leaving letters, symbols, and spaces intact. Ideal for cleaning alphanumeric data without altering non-numeric content.
Instructions
Removes all numeric digit characters (0-9) from cells within a specified range of a worksheet in an Excel file using Aspose.Cells Cloud API, preserving letters, symbols, and whitespace. Returns True if the operation succeeds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _range | No | ||
| file_uuid | Yes | ||
| worksheet | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |