How to use this office tool
- Choose a spreadsheet and select the sheet and header row.
- Run the conservative type cleanup.
- Review changed cells and exceptions before using the new XLSX workbook.
Find columns that mix numbers, text, dates, and booleans, then normalize selected values conservatively into a new workbook.
The cleaner infers the dominant type of each column and converts only clear matches. Ambiguous identifiers and unrecognized values remain unchanged and are listed in a report sheet.
Review the exception sheet before replacing a workflow. Leading-zero values and long identifiers are preserved as text.
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 cleaner profiles nonblank values in each column and selects a type only when it has a clear majority.
No. Values that cannot be converted confidently remain unchanged and appear in the Exceptions sheet.
They remain text to reduce the risk of damaging account numbers, postal codes, and asset identifiers.
No. It creates a new workbook containing the cleaned sheet and an exception report.
It converts clear ISO-like date text to spreadsheet dates, but locale-ambiguous dates remain unchanged.
| Stage | Action |
|---|---|
| Input | One spreadsheet |
| Privacy | Local browser processing |
| Result | New downloadable output |