PHACDataHub / django-phac_aspc-helpers

Provides a series of helpers to provide a consistent experience accross PHAC-ASPC's Django based projects.
MIT License
0 stars 0 forks source link

Add CSV support on excel export helpers #69

Closed AlexCLeduc closed 1 year ago

AlexCLeduc commented 1 year ago

We should extend ModelToSheetWriter API to add CSV support.

The bulk of the work is testing various scenarios. There are a couple of hacky formatting things that are done for excel's sake.