caxlsx_rails 0.6.2
Caxlsx_Rails provides an Caxlsx renderer so you can move all your spreadsheet code from your controller into view files. Partials are supported so you can organize any code into reusable chunks (e.g. cover sheets, common styling, etc.) You can use it with acts_as_caxlsx, placing the to_xlsx call in a view and adding ':package => xlsx_package' to the parameter list. Now you can keep your controllers thin!
Gemfile:
=
インストール:
=
Runtime依存関係 (2):
actionpack
>= 3.1
caxlsx
>= 3.0
Development依存関係 (12):
bundler
>= 0
capybara
>= 0
coveralls
>= 0
growl
>= 0
guard-rspec
>= 0
pry
>= 0
pry-nav
>= 0
rake
>= 0
rb-fsevent
>= 0
roo
>= 0
rspec-rails
>= 0
rubyzip
>= 0