Spreadsheet Text Processing: Trim, Split, Convert, Extract, and Remove Text
Contents
[
Hide
]
Excel Text Manipulation APIs
Aspose.Cells Cloud provides a set of REST endpoints for working with text inside Excel worksheets. The operations below cover common tasks such as adding new text, changing its case, converting formats, and cleaning unwanted characters. Each link leads to a detailed example that includes request payloads, response samples, and SDK code snippets.
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