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

By adding the gem to my project with Rails 3.2.13 and activeadmin 0.6.2 all my routes breaks. They only way to put the routes back on track is by changing...

Hi, It'd be great if the header row can be omitted by configuration. For example, setting true/false to config.xlsx_builder.output_header. At the moment disabling header seems not possible so I simply...

When using a "scoped_collection" to limit the columns returned in an activerecord query you will get the error "ActiveModel::MissingAttributeError".

Is there a configuration option which we can use to ensure that the trailing zeros will be stored in the xlsx file ? My database field is a string field.

This allows users to overwrite the default behaviour of an attribute without needing to first remove the column and then add it in with a proc.

enhancement