How to use this office tool
- Choose a spreadsheet and select a sheet for the initial preview.
- Run the report to scan every text cell in the workbook.
- Review issue types and suggested values in the downloaded XLSX file.
Find leading, trailing, repeated, non-breaking, tab, and line-break whitespace in spreadsheet text while leaving the original workbook untouched.
This audit scans text cells and creates a workbook report with sheet names, cell addresses, issue types, and safe before-and-after previews.
The report suggests trimmed values but does not overwrite the uploaded workbook.
Files are processed locally. XLSX and XLS workbooks are read with SheetJS; CSV and TSV files are parsed with delimiter-aware handling. Advanced Excel features may not be preserved in generated files.
| Format | Support |
|---|---|
| XLSX / XLS | Read workbook values and formulas |
| CSV / TSV | Read delimited rows |
| Output | New downloadable file or report |
The scan identifies leading, trailing, repeated spaces, non-breaking spaces, tabs, and embedded line breaks.
No. It creates a review report with a suggested normalized value and leaves the original workbook unchanged.
Formula text is not rewritten. The report focuses on stored text values to avoid recommending unsafe formula changes.
Yes. Non-breaking space characters are reported separately because ordinary trimming may overlook them.
A cell can contain tabs, spaces, or line breaks even when it looks empty in Excel.
| Stage | Action |
|---|---|
| Input | One spreadsheet |
| Privacy | Local browser processing |
| Result | New downloadable output |