1. Load your spreadsheet
Drop an .xlsx, .xls or .csv export. The first non-empty row becomes your header row, so exports with a blank title row still parse correctly.
Trim whitespace, kill duplicates, normalize dates and split name columns — then download a tidy .xlsx or .csv. Your file never leaves your device.
Drag & drop your spreadsheet here
or click to browse · .xlsx, .xls, .csv · processed in your browser
Pick what to fix, then process. Nothing leaves your device.
Adds First Name and Last Name columns. Handles "Doe, Jane" too.
Exported spreadsheets rarely arrive import-ready. Padded cells, repeated rows, three different date formats in one column and a single "Full Name" field break lookups, pivot tables and CRM imports. Follow the steps below to fix the most common CSV and Excel errors in one pass.
Drop an .xlsx, .xls or .csv export. The first non-empty row becomes your header row, so exports with a blank title row still parse correctly.
Trailing spaces are the #1 cause of failed VLOOKUPs and broken CRM imports. Auto-trim collapses double spaces and strips padding from every cell and header.
Exports often repeat rows across paginated reports and leave fully empty rows behind. Deduping keeps the first occurrence of each identical row.
03/07/2024, 7-Mar-24, March 7 2024 and raw Excel serial numbers all become YYYY-MM-DD — the only format databases and pivot tables sort reliably.
Split a full name column into First Name and Last Name (including "Doe, Jane"), then apply consistent UPPERCASE, lowercase or Title Case text.
Download the cleaned result as .xlsx or .csv and feed it straight into Excel, Google Sheets, a CRM or a database import job.