Exporting
You can export the data behind any report view as CSV or Excel. Exports respect all active filters, so what you see is what you get.
How to export
Section titled “How to export”- Apply any filters you need (date range, projects, tags, etc.).
- Click the Export button in the top-right corner of the Reports page.
- Choose CSV or Excel from the dropdown.
- The file downloads automatically.
CSV export
Section titled “CSV export”Choosing CSV downloads two files:
| File | Contents |
|---|---|
report-summary-{start}-{end}.csv | One row per project with total hours, billable hours, billable percentage, amount, and entry count |
report-entries-{start}-{end}.csv | One row per time entry with date, description, project, duration, billable flag, rate, amount, and mode |
Excel export
Section titled “Excel export”Choosing Excel downloads a single .xlsx workbook with two sheets:
| Sheet | Contents |
|---|---|
| Summary | Same data as the CSV summary — project, total hours, billable hours, billable %, amount, entries. Duration columns use Excel time formatting ([h]:mm). |
| Entries | Same data as the CSV entries — date, description, project, duration, billable, rate, amount, mode. Duration uses Excel time formatting. |