activeadmin-axlsx icon indicating copy to clipboard operation
activeadmin-axlsx copied to clipboard

ActiveAdmin plugin using Axlsx for adding Excel (xlsx) download links for your resources

Results 25 activeadmin-axlsx issues
Sort by recently updated
recently updated
newest added

undefined method `fa_icon' errors when the gem is installed.

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...

I'm trying to get the gem working with current AA master, 1.0.0.pre and after I made a few tiny fixes I got my Rails project booted. But ActiveAdmin resources that...

In my Gemfile where I have ``` gem 'activeadmin', github: 'gregbell/active_admin' ``` I added ``` gem 'activeadmin-axlsx', github: 'randym/activeadmin-axlsx' ``` but at ``` bundle install ``` I receive ``` Bundler...

Hi, In my gem file gem 'activeadmin' gem 'activeadmin-axlsx' When I run bundle install, all the required gems got installed. But when I start the run "rails s" I am...

Updated gem to support new ActiveAdmin 1.0.0 and Rails 4.

I found an issue in rendering subsequent times in which each render would append its rows to the previous one (including header).

Currently `Axml::Builder` behaviour is not exactly the same as `CSVBuilder` logic. `Axml::Builder` does not have access to controller's `view_context` in column proc, but `CSVBuilder` does. Let's fix it. Code example:...

With AA 0.6.1 i get `undefined local variable or method `max_csv_records' for #` This is because the method was removed in this commit https://github.com/gregbell/active_admin/commit/a8ad4f989caec3a9ffbc820a949f309d2ce1a832 Using `max_per_page` should be the same,...