Import & Export Deep Dive
Bulk data import and export capabilities.
Export Formats
| Format | Use Case |
|---|---|
| CSV | Spreadsheet analysis |
| XLSX | Excel with formatting |
| JSON | API/programmatic use |
| Reports and invoices |
Exporting Data
From UI
- Navigate to any list view (Employees, Tasks, Invoices)
- Apply filters as needed
- Click Export → select format
- Download file
Via API
GET /api/employee/export
Authorization: Bearer {token}
Accept: text/csv
Importing Data
Supported Entities
| Entity | Import | Export |
|---|---|---|
| Employees |