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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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