What happens when next month’s file is different?
Neaten compares it against what the saved cleanup expects. If a column has been renamed it tells you which one, offers the column it thinks replaces it with a confidence figure, and waits for you to confirm — then remembers your answer. If a column a step depends on is missing, the recipe stops rather than writing blanks.
Why not just do it in Excel, or in Power Query?
For a one-off, use Excel — you will be finished before this has downloaded. Power Query is powerful, but it is a skill, and whoever wrote the query usually ends up the only person who can maintain it. Neaten is for the cleanup you have already done four times. It shows the steps in plain words anyone can open, and when next month renames a column, it tells you.
Why not just ask a chatbot to clean it?
A chatbot handles the first file well. Next month you describe the whole job again, and it cannot tell you that a column it used last time is missing — it will hand you something confident and wrong. Neaten saves the cleanup as steps and re-runs them, so the same file gives the same answer twice.
What does Neaten actually do?
It opens messy CSV and Excel exports, tells you what is wrong with them, lets you fix it while showing you every change, combines several files into one, and writes a clean workbook. Then it saves the whole cleanup so you can run it again next month on the new file.
Which files can it open?
CSV, TSV and Excel workbooks. It detects the separator and the text encoding for you, including the ones that make Excel show  in the first cell. It exports to Excel or CSV.
Does it upload my spreadsheets anywhere?
No. There is no Neaten server to upload them to. Files are read, changed and written on your own computer, and the published build has no telemetry — not disabled, absent. Check it with a network monitor if you like.
Does it change my original files?
Never. An export writes a new file and leaves the one you started from exactly as it was. Neaten refuses to overwrite an existing file rather than asking a question you might answer too quickly.