randym / activeadmin-axlsx

ActiveAdmin plugin using Axlsx for adding Excel (xlsx) download links for your resources
MIT License
82 stars 134 forks source link

Using only filtered elements in the excel download #40

Open NayanaBhagat opened 9 years ago

NayanaBhagat commented 9 years ago

I have used activeadmin-axslx for excel download in active admin rails 4. When I use the filters to fetch only few records based on some condition and try to download the excel with this fetched data, the excel shows all the data irrespective of the filters.

I only need that data in the excel that I have filtered.

Can any body help me achieve this?

Thanks in advance!