Skip to content

Add changes to support exporting projects in csv and excel#288

Merged
haiphucnguyen merged 5 commits intoflowinquiry:mainfrom
hetpatel14:feature/286-export-projects-excel-csv
Jan 7, 2026
Merged

Add changes to support exporting projects in csv and excel#288
haiphucnguyen merged 5 commits intoflowinquiry:mainfrom
hetpatel14:feature/286-export-projects-excel-csv

Conversation

@hetpatel14
Copy link
Copy Markdown
Contributor

Description

This PR adds support for exporting project data in CSV and Excel (XLSX) formats.
The goal is to allow users download project data outside the application. The implementation reuses existing project retrieval logic and ensures correct content types and file generation for both formats

Changes Made

Added backend support for exporting projects as CSV

Added backend support for exporting projects as Excel (XLSX)

Introduced ProjectExportService to encapsulate export logic

Added integration tests to validate CSV/XLSX export responses

Ensured correct response headers (Content-Type, file download behavior)

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Dec 24, 2025

CLA assistant check
All committers have signed the CLA.

haiphucnguyen
haiphucnguyen previously approved these changes Jan 6, 2026
@haiphucnguyen haiphucnguyen merged commit 074f689 into flowinquiry:main Jan 7, 2026
7 checks passed
@hetpatel14 hetpatel14 deleted the feature/286-export-projects-excel-csv branch January 7, 2026 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants