Skip to content

feat: Bulk export — download all sections as a single Excel workbook #35

@TemaDeveloper

Description

@TemaDeveloper

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions