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.
Randy Morgan
gem "acts_as_xlsx", "~> 1.0.4"