acts_as_xlsx 1.0.4
acts_as_xlsx lets you turn any ActiveRecord::Base inheriting class into an excel spreadsheet. It can be added to any finder method or scope chain and can use localized column and sheet names with I18n.
Gemfile:
=
install:
=
Runtime Dependencies (2):
activerecord
>= 2.3.9
axlsx
>= 1.0.13