Skip to content
Snippets Groups Projects
Commit fff1c8f8 authored by I. Nüske's avatar I. Nüske
Browse files

WIP: Add function to export records to xlsx:

- Added parameter use_id_for_identification to JsonSchemaExporter, which sets foreign key to id and adds an 'id' column to all tables
- Added parameter return_data_schema to merge_schemas. If set, merge_schemas returns a data_schema as well as the normal model_schema

- Added new file export_import_xlsx. In addition to private functions for generating templates, schemas, and data, there is a new public function export_container_to_xlsx which generates an xlsx file containing the data from the given records at a given path

- Changed a print warning in fill_xlsx to warnings.warn for easier filtering
parent a10d0b64
No related branches found
No related tags found
1 merge request!132Draft: Automatic XLSX export
Pipeline #61558 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment