How to use this office tool
- Select a compatible source file.
- Review the header or column setting and preview limit.
- Choose Clean characters, inspect the bounded preview, and download the newly generated result.
Remove ASCII control characters from spreadsheet text cells and download a cleaned workbook with a change count.
Walks every string cell in the workbook, removes control characters except tab and line breaks, and writes a new XLSX copy. Formulas are retained where supported.
Keep the original file until you have checked the downloaded result in your spreadsheet application.
Accepts XLSX, XLS, CSV, and TSV. Output fidelity depends on features supported by SheetJS CE.
| Format | Use |
|---|---|
| XLSX / XLS | Workbook data input where applicable |
| CSV / TSV / XML | Plain structured-data input where applicable |
| Output | A newly generated XLSX or CSV file |
ASCII control codes are removed except tab, carriage return, and line feed.
No. Normal spaces, tabs, and line breaks are intentionally retained.
The cleanup targets string cell values and does not edit formula expressions.
The result card reports scanned cells, changed cells, and removed character count.
No. Advanced objects and some formatting may not be fully preserved by a browser-generated workbook.
| Stage | Behavior |
|---|---|
| Read | Local browser memory |
| Transform | Walks every string cell in the workbook, removes control characters except tab and line breaks, and writes a new XLSX copy. Formulas are retained where supported. |
| Export | New downloadable file |