Currently the returned file during download does not allow for column sorting.
As a client, when I download a file I would like to be able to define the column(field) order on the downloaded files instead of just using the default one.
Acceptance:
Tasks
TODO
Analysis
The js-xlsx library that we are currently using allows for sorting giving as input the ordered list of fields.
TODO. Finish implementation and task analysis.
TODO analyze if different ways of sorting are needed (alphabetically, key, just by input list, something else)