Skip to content
← All postsPayroll8 MIN READ

How to Export QuickBooks Time and QuickBooks Online Time Data to Excel

QuickBooks Time and QuickBooks Online each have their own way to get hours into a spreadsheet. This guide walks through both exports step by step, shows how to total the file by employee and week, and covers the three problems that show up in the workbook most often.

SEPTEMBER 9, 2026 · BY THE CLOX TEAM

01

Which product to export from

QuickBooks Time and QuickBooks Online are separate products that share a name, and each one keeps hours in its own place. QuickBooks Time is the time clock: the crew punches in and out, and the punches live there. QuickBooks Online is the accounting product: hours entered in it, or pushed into it from a time clock, live there as time activities. The export you need depends on where the hours you want are sitting.

If your crew punches in QuickBooks Time and you want the raw punches, export from QuickBooks Time. If you want the hours that already reached the books, export the time report from QuickBooks Online. You may want both at the end of a pay period: the punch export to check the timesheets, and the QuickBooks Online report to reconcile what got billed. We cover how the two products connect in QuickBooks time tracking for field crews.

02

Export punches from QuickBooks Time

The procedure below follows Intuit's own article on exporting time data, Export and import time data in QuickBooks Time, as of September 8, 2026. The article starts from an admin login, so sign in as an admin before you look for the reports.

  1. Log in to your admin account in QuickBooks Time.
  2. Select Reports.
  3. Select either Punch Time Export or Manual Time Export. If you have more than one report, it is under Custom in the Reports section.
  4. Select the filters you want.
  5. Select Download Report. The download is a CSV file.
  6. Open the CSV in Excel and save it as an .xlsx workbook before you change anything, so the original download stays as it came.

Intuit's article names two reports and tells you to pick one. If you are not sure which one holds the hours you want, download both for the same period and compare the rows before you build anything on either file. Keep the two files separate until you know what each one contains.

03

Export a time report from QuickBooks Online

In QuickBooks Online you export a time report rather than a punch file: you open the report and export what it shows. The steps below follow Intuit's article Export reports to Excel in QuickBooks Online, read September 8, 2026. The two time reports, as of September 2026, are Time Activities by Employee Detail and Time Activities by Customer Detail.

  1. Go to Reports, then Standard reports.
  2. Open Time Activities by Employee Detail if you're paying people, or Time Activities by Customer Detail if you're billing jobs.
  3. Select the Export/Print dropdown, then select Export to Excel.
  4. Open the file. If you're missing data when you open the report in Excel, the file is in protected view. Select Enable Editing and the rows appear.

Before you export, make sure the report on screen covers the period you are paying or billing, because the file carries what the report shows. The protected view problem is easy to mistake for a failed export. The export worked; Excel holds a downloaded file in protected view until you select Enable Editing, and the report content shows up after you do.

04

Total the file by employee and week

The export gives you one row per time entry. Payroll wants one number per person per week. A pivot table gets you there in about a minute.

  1. Click any cell in the data and choose Insert, then PivotTable, and accept the default range.
  2. Drag the employee name field to Rows.
  3. Drag the date field to Columns, then right-click a date heading, choose Group, and group by days with 7 days per group, starting on the first day of your workweek.
  4. Drag the hours field to Values and confirm it says Sum, not Count.
  5. Add the customer or job field under the employee name in Rows if you also want hours by job.

Before you trust the totals, check how the hours column is written. Some files carry decimal hours (8.50), some carry hours and minutes (8:30), and some carry both in different columns. A sum over 8:30 style values works in Excel only if the cells are real time values, and a sum over decimals only works if the cells are numbers, not text. The table shows the conversion you need when the two formats meet.

Hours and minutesDecimal hours
8:158.25
8:208.33
8:308.50
8:458.75
9:109.17

In Excel, a time value in cell A2 converts to decimal hours with the formula =A2*24, formatted as a number. A text value like 8:30 converts with =HOUR(TIMEVALUE(A2)) + MINUTE(TIMEVALUE(A2)) / 60, and Excel accepts the spaces around the operators. Most payroll systems want decimal, so convert toward decimal unless yours tells you otherwise. Our guide to importing timesheets into QuickBooks Online covers the column layout the reverse direction expects.

05

Common problems in the exported file

Three problems account for most of the cleanup time on a time export. Each has a two-minute fix once you know what you're looking at.

  • Dates come in as text. The date column sits left-aligned, sorting puts October before September, and the pivot refuses to group by week. Select the column, choose Data, then Text to Columns, click through with the defaults, and pick Date as the column format on the last screen. Excel rewrites the cells as real dates.
  • Hours are in one format, your sheet expects another. A column of 8.5 next to a column of 8:30 sums to nonsense. Pick one format for the workbook, convert the other column with the formulas above, and delete the original so nobody sums the wrong one later.
  • A shift that crosses midnight shows as two rows. A 9 p.m. to 3 a.m. shift can appear as one row for each calendar day. The hours add up correctly, but a count of shifts doubles, and any per-shift rule you apply in the sheet (a lunch deduction, a show-up minimum) runs twice. Sort by employee and start time and merge the pairs before applying per-shift math.

One more habit is worth keeping: leave the downloaded file untouched in a dated folder and do the cleanup in a copy. When a number on the paystub is questioned in March, you want the original export and the version you edited side by side. If you're comparing time clock apps, our QuickBooks Time alternatives guide for contractors covers what changes when you switch.

06

What this looks like in Clox

Clox keeps the export on one page. Open Reports in the web app and set the date range with the presets: this week, last week, this month, last month, or a custom range. Choose Summary for one line per person or Detailed for every shift. A Format switch shows hours as h:mm or decimal, so you pick the format your payroll system wants before you download instead of converting in Excel afterward.

app.getclox.com/reports
Clox
TodayTimesheetScheduleTime OffTeamProjectsWorksitesReportsMore ▾
?FrankFD
Manage
Reports
Aggregate hours across your team. Spot overtime before it becomes a payroll surprise.
Dates: This week ▾
Just meAll staff
Export ▾
SummaryDetailed
FiltersDisplay ▾
Total team hours
129h 59m
125h 3m regular · 4h 56m overtime
Estimated payroll
$5,344
Regular plus overtime at each person’s saved rate.
Hours by employee
Frank Donovan
39h 19m · 2h 28m OT
Jordan Avery
34h 28m · 2h 28m OT
Diego Ramirez
14h 4m
Renee Okafor
13h 46m
Priya Patel
8h 12m
Marcus Bell
8h 10m
Cody Nguyen
7h 45m
Tasha Coleman
4h 15m
The Reports page with the date range presets and the Summary or Detailed toggle.

The Export menu offers CSV, Excel, and PDF, and Customize columns lets you choose what the file carries: Start, End, Breaks, Lunch, Regular, Overtime, Double-time, pay amounts, notes, certified, and meal-break review. Your column layout saves to your account. The same menu holds the payroll formats: QuickBooks Online CSV, QuickBooks Desktop IIF, ADP RUN, ADP Workforce Now, Paychex Flex, Gusto, and a universal payroll summary CSV. QuickBooks and Gusto match workers by name; ADP and Paychex match by Payroll ID. The reports and exports and export payroll docs list every column and format.

If you'd rather not move files at all, Clox has an optional live connection to QuickBooks Online. Under Settings, then Integrations, then Payroll, select QuickBooks and connect your company, then pick a date range and Push to QuickBooks sends completed hours over as time activities, matched to employees by name. Re-pushing a range is safe, because Clox skips anything it already sent. We walk through both the file route and the push route in how to export your hours to QuickBooks. If you're switching from QuickBooks Time, the workbook you export today is your record of the old hours, so keep it with your payroll files.

07

FAQ

Can QuickBooks Time export straight to Excel instead of CSV?

The download from Punch Time Export or Manual Time Export is a CSV file. Open it in Excel and save it as an .xlsx workbook, and you have the same thing.

Where is the time report in QuickBooks Online?

Go to Reports, then Standard reports, and open Time Activities by Employee Detail or Time Activities by Customer Detail. Use the Export/Print dropdown to export to Excel.

Why is my QuickBooks Online Excel export missing data?

The file is in protected view. Select Enable Editing in Excel and the rows show up. Intuit's export article describes this exact behavior.

How do I get total hours per employee per week from the export?

Build a pivot table with employee names in Rows, the date field in Columns grouped by 7 days, and the hours field in Values set to Sum. Convert the hours column to one format first.

Does Clox export hours to Excel?

Yes. Reports exports CSV, Excel, and PDF with the columns you choose, in h:mm or decimal, plus the QuickBooks, ADP, Paychex, and Gusto payroll formats, and it can push hours straight into QuickBooks Online.

Clox is free for 14 days with no credit card, and a 30-day money-back guarantee covers the first paid subscription. Start a free trial, run one pay period, and export it in the format your payroll system wants.

Keep reading

PayrollHow to Export Your Crew's Hours to PayrollPayrollHow to Connect Clox to Zapier and the Clox APIPayrollHow to Export Your Hours to QuickBooks (Online and Desktop)

Friday becomes a review, not a reconstruction.

14 days free, no credit card30-day money-back guarantee$29/month includes your first 3 usersEvery feature on the one plan

Managers run Clox on the web. Crews clock in from their phones.