Currently export works per-section. Add a bulk export option that creates a single .xlsx file with one sheet per enabled section.
Approach:
- New endpoint
GET /api/export/all
- Use existing
buildExport() for each section
- Create multi-sheet workbook with exceljs
- Add 'Export All' button in settings or export page
Currently export works per-section. Add a bulk export option that creates a single .xlsx file with one sheet per enabled section.
Approach:
GET /api/export/allbuildExport()for each section