axlsx_rails 0.1.3
Axlsx_Rails provides an Axlsx 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_xls_xlsx, 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:
=
インストール:
=
Development依存関係 (10):
acts_as_xlsx
>= 0
bundler
>= 0
capybara
>= 0
growl
>= 0
guard-rspec
>= 0
rake
>= 0
rb-fsevent
>= 0
roo
>= 0
rspec-rails
>= 0
sqlite3
>= 0