matthiask / plata

Plata - the lean and mean Django-based Shop
https://plata-django-shop.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
197 stars 63 forks source link

plata.shop.actions.export_as_csv_action: Point users to xlsxdocuments' export_select instead? #85

Closed matthiask closed 5 years ago

matthiask commented 5 years ago

https://pypi.org/project/xlsxdocument/

Opinions?

cc @fiee

fiee commented 5 years ago

Never tried that. I’m only using https://pypi.org/project/xlwt/ in two projects, but it’s outdated.

I guess it makes sense to offer XLSX and ODS export, but CSV might be better in some workflows.

On the other hand, why add unrequested features to a mostly unmaintained project?

matthiask commented 5 years ago

Less code means less to test, less to maintain.

And it's not really about adding features, but about replacing code that's being used in a single place with code that's used in many places.