Connecting Tech Pros Worldwide Forums | Help | Site Map

Ruby Reports(CSV)

Newbie
 
Join Date: Oct 2007
Posts: 19
#1: Jul 21 '08
Hello all,
I have to generate report in CSV ruby on rails.But my problem is to add headers and footers to that CSV.I have used gem called "acts_as_reportable".Please help me.Its urgent.

Thanks

Expert
 
Join Date: May 2007
Posts: 213
#2: Jul 28 '08

re: Ruby Reports(CSV)


I haven't used Ruby / Rails CSV or acts_as_reportable, but from what I've seen, it seems like you should be able to add headers and footers (as arrays) to the csv before and after you loop through the data.
Reply


Similar Ruby / Ruby on Rails bytes