randym / activeadmin-axlsx

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

mangle values for specific columns without deleting and re-adding. #7

Closed codeho closed 11 years ago

codeho commented 11 years ago

Hi,

i was wondering if it would be possible to add some sort of column_replace(:column_name { |resource| some_helper_function(resource.title) } )

to replace the value of a column.

this would be extremely helpful if one only wants to 'mangle' a few columns. This way one wouldn't have to do all columns manually.

randym commented 11 years ago

This is being handled here - https://github.com/randym/activeadmin-axlsx/issues/9