How to export admin changelist(includes calculated fields) as csv?

I want to export the admin changelist as csv. I used 2. How to export CSV from Django admin? — Django Admin Cookbook 2.0 documentation to get the csv export functionality. But it enables me to export only model fields. I want to export the fields mentioned in list_display where most of them are calculated fields in admin. Help will be appreciated.
Also, I am new to django community. Please pardon if this is the wrong channel to ask this question, and guide to the next step.

I think django-import-export has this functionality!