Import and Export
Metaseed Hub supports exporting project data to standard formats.
Export to Excel
Export all entities in a project to an Excel workbook.
How to export:
- Open a project
- Click the Export button in the toolbar
- The browser downloads an
.xlsxfile
Output format:
- One worksheet per entity type (Investigation, Study, Assay, etc.)
- Column headers match entity field names
- Nested entities are flattened to separate worksheets
Implementation:
Uses metaseed.ui.services.export:
export_to_bytes(state)- generates Excel workbook as bytesgenerate_filename(state)- creates filename from root entity
API Endpoints
| Endpoint | Method | Description |
|---|---|---|
/hub/projects/{id}/export |
GET | Download Excel file |
Supported Formats
| Direction | Format | File Extension |
|---|---|---|
| Export | Excel | .xlsx |