Search code examples
ruby-on-railsrubyexport-to-excel

How to generate excel report in rails 3 and send it to email


I want to generate excel sheet from data in the database models

  • I want the feature to custom headings

  • I want to download from browser

  • I want to send it to email

Is there any gem for doing this requirement


Solution

  • You can use axlsx gem for generating the xls documents

    these are few links

    https://github.com/randym/axlsx

    http://axlsx.blog.randym.net/

    http://rubygems.org/gems/axlsx

    May this help you