You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSV is a common format for exporting statistical data. Data in CSV format can be directly imported into Excel and analyzed, as well as other "Statistical Analysis Software (SAS)":http://en.wikipedia.org/wiki/SAS_(software).
PDF support
Add the following lines to your Gemfile:
gem 'pdfkit'
gem 'wkhtmltopdf'
or on OSX:
gem 'pdfkit'
gem 'wkhtmltopdf-binary'
Add the following to your application.rb:
config.middleware.use PDFKit::Middleware
Create links with :format => 'pdf' in them, for example: