Import the old spreadsheet

Read jobs-tracker.xlsx, say what was cleaned, ask about the rest

The file

Workbook
before/jobs-tracker.xlsx
Size
94 KB
Sheets
Jobs, Price List, CUSTOMERS, Pivot, Timesheets, Invoices, Sheet1
Nothing is written to the system yet. This reads the file and shows you what it found.

How this works

  1. Read. Every row of every sheet, including the merged headings and the broken pivot.
  2. Clean what is unambiguous. Eight date formats become one. Thirty spellings of "done" become one status. Every fix is listed with the value before and after.
  3. Ask about the rest. Where two answers are both defensible, it asks. Identical questions are grouped, so answering once covers every row it applies to.
  4. Match, do not duplicate. Rows that already exist are matched on job number, or on customer, date and description when the number is missing.
  5. Apply, or undo. Everything created is tagged with the import, so the whole thing comes back out in one click.