activeadmin-axlsx 2.1.2
This gem uses axlsx to provide excel/xlsx downloads for resources in Active Admin. Often, users are happier with excel, so why not give it to them instead of CSV?
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (2):
            activeadmin
            ~> 0.6.0
          
          
            axlsx
            >= 0
          
    