An error occurred while fetching this tab.
Draft: Automatic XLSX export
- Mar 14, 2025
-
-
Florian Spreckelsen authored
Suppress high_level_api import warning See merge request !133
-
Florian Spreckelsen authored
-
- Mar 12, 2025
-
-
I. Nüske authored
-
I. Nüske authored
-
Henrik tom Wörden authored
Add more XLSX tests See merge request !131
-
- Mar 09, 2025
- Mar 08, 2025
-
-
I. Nüske authored
-
- Mar 05, 2025
-
-
I. Nüske authored
- 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
-
- Mar 03, 2025
-
-
I. Nüske authored
TST: Use _validate_jsonschema instead of jsonschema.validate in fill_xlsx, move _validate_jsonschema to own file and and adjust tests to match
-