Skip to content

Make preprocessing of export data generic to facilitate exports to other file formats. #133

@robcalon

Description

@robcalon

Context

As a user I'd like to be able to export data in different formats than Excel, specifically parquet.

Current shortcoming

In the current implementation the export logic is really closely tied to an Excel file format, making it hard to add other file formats without introducing a lot code duplication.

Proposed enhancement

I'd like to see a more generic implementation in the preprocessing logic that is implemented to collect and organise all data that is exported to Excel. Please make it possible to more easily retrieve the data collection exported to Excel without having to apply Excel specific logic to it first.

Success criteria

Users can more easily access the collection of data that is exported to Excel to enable exports to other file formats than Excel.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions