remove_non_printing_characters
Remove invisible non-printing characters from cell text in Excel via Aspose.Cells Cloud. Specify worksheet and range to sanitize data.
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 | ||
| worksheet | No | ||
| file_token | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |