Reports libraries with Rails?

Hey, folks.

Is there any good library to generate reports on ruby on rails (like Crystal Reports, for example)? I’m working on a system, and I need for my reports:

  1. Generate HTML Reports
  2. Generate CSV Reports
  3. Generate Excel / OpenOffice Spreadsheets Reports
  4. Generate XML Reports (REST-like format)
  5. Generate PDF Reports

Is there any good tool? I would prefer a library that works on C-Ruby, but in the absence I’m wiling to use JRuby too…

Thanks, Mauricio

hi,

i have no idea on this for C-Ruby but if you are willing to use jRuby, then there is Jesper Reports. check it.

your sincerely mengu