caxlsx_rails 0.6.3
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