Spreadsheet Text Processing: Trim, Split, Convert, Extract, and Remove Text
Contents
[
Hide
]
Excel Text Manipulation APIs
Aspose.Cells Cloud offers a collection of REST endpoints that let you manipulate text inside Excel worksheets. These operations cover everyday tasks such as trimming whitespace, splitting strings, converting case, extracting substrings, and removing unwanted characters.
Prerequisites: All requests must be authenticated with a valid access token supplied in the Authorization header. Refer to the authentication guide for details on obtaining and using tokens.
Basic Text Operations
- How to Add Text to an Excel File Using Aspose.Cells API
- How to Change Text Case in Excel Files with Aspose.Cells Cloud API
- How to Convert Text Format in Excel Using Aspose.Cells API
Text Cleaning & Processing
- How to Remove Specific Characters from Excel Files via API
- How to Remove Characters by Position in Excel Cells Using API
- How to Trim Whitespace and Characters from Excel Cells via API