Rails reporting: dead simple reports now supports excel directly
dead simple reports is a Ruby on Rails plugin that allows you to create reports from your application data within minutes. As of now it can not only generate HTML tables and CSV files but also M$ Excel spreadsheets. This is possible through the use of the spreadsheet-excel gem. You can grab a copy from the git repository or just download it from there.




January 9th, 2009 at 16:49
Hi
Tried your dead simple reports but requires spreadsheet/excel and iconv
Where can one find these files
January 14th, 2009 at 23:26
i think iconv is part of ruby so requiring it is enough. spreadsheet/excel is a gem you can install like this:
sudo gem install spreadsheet-excel
January 19th, 2009 at 17:53
Hi I want to know how can I write a Date in an excel file.
I can write a Date as String but I want that excel read that field as Date