Module frontend.app.views.export

Functions

def export(id)

Handles the export of data from the database into an Excel file.

Args

id : int
The ID of the study for which to export data.

Returns

Renders the export form or sends an Excel file as an attachment if the form is submitted.