Remove Non Printing Characters
remove_non_printing_charactersRemove invisible control characters from text in an Excel worksheet range via Aspose.Cells Cloud API. Cleans non-printing characters (except tab, newline, carriage return) to ensure data is readable and safe.
Instructions
Removes all non-printing control characters (ASCII 0-31 except tab, newline, carriage return) and other invisible characters from text values 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 | ||
| file_uuid | Yes | ||
| worksheet | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |