to_xls
to_xls copied to clipboard
This gem transform an Array into a excel file using the spreadsheet gem.
Checking the gem in a linux machine with thin server . Once I have got datas from a mysql query, when I want to send it to the to_xls gem,...
How use i18n support in this gem?
One of the fields on my model is an image. However when I use `to_xls` with the image field in the `:columns` array, I just get empty cells. How do...
Add multiple_header_rows option to allow for multiple rows of headers
Changed fill_row to work with an array of hashes. I just found it in our project which uses the forked version. It seems to be simple enough to be merged...
``` ... ... Using carrierwave (0.9.0) The validation message from Rubygems was: duplicate dependency on spreadsheet (>= 0, development), (>= 0) use: add_runtime_dependency 'spreadsheet', '>= 0', '>= 0' Using omniauth-github...