feat: add CSV export with UTF-8 BOM for Excel compatibility (Closes #47) #95
Reference in New Issue
Block a user
Delete Branch "feature/issue-47-csv-export-utf8-bom"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
CsvExportServicewith UTF-8 BOM, semicolon delimiter, proper RFC 4180 quotingExportControllerwith three download endpoints for members, fees, and birthdaysEndpoints
GET /api/v1/export/members?status=aktivGET /api/v1/export/fees?year=2026GET /api/v1/export/birthdays?month=4Closes #47