agency.excel_export

Module Contents

Functions

extract_person_data(→ list[dict[str, object]])

export_person_xlsx(→ io.BytesIO)

Exports every person with their memberships in xlsx format.

Attributes

column_mapper

agency.excel_export.column_mapper[source]
agency.excel_export.extract_person_data(session: sqlalchemy.orm.Session) list[dict[str, object]][source]
agency.excel_export.export_person_xlsx(session: sqlalchemy.orm.Session) io.BytesIO[source]

Exports every person with their memberships in xlsx format.