Data Export Formats
Supported export formats and configuration.
Available Formats
| Format | Description | Use Case |
|---|---|---|
| CSV | Comma-separated values | Spreadsheets |
| Excel | .xlsx format | Advanced analysis |
| Portable Document Format | Reports, invoices | |
| JSON | JavaScript Object Notation | API integrations |
Exportable Data
| Data Type | CSV | Excel | JSON | |
|---|---|---|---|---|
| Time Logs | ✅ | ✅ | ✅ | ✅ |
| Employees | ✅ | ✅ | ❌ | ✅ |
| Tasks | ✅ | ✅ | ❌ | ✅ |
| Invoices | ❌ | ❌ | ✅ | ✅ |
| Expenses | ✅ | ✅ | ✅ | ✅ |
| Reports | ✅ | ✅ | ✅ | ❌ |
Exporting (UI)
- Go to any list view or report
- Click Export button
- Select format
- Choose date range and filters
- Download file
Exporting (API)
# Export all data
GET /api/export/all
# Export specific entity
GET /api/export?entity=Task&format=csv&startDate=2025-01-01&endDate=2025-12-31
Related Pages
- Import/Export — full import/export guide
- Reports — reporting features
- Data Migration — migration