From: "Thibaut Barrère" Date: 2007-08-29T20:50:09+09:00 Subject: Re: Help parsing simple structured data. > just want to tell you that there's a gem called ruport used for reporting task. ..just in case it may help you. +1 for ruport, it makes these things very easy to achieve, with less code. FWIW, you'll get extra features at no cost, like: File.open('report.pdf','w') do |file| file << table.to_pdf end cheers Thibaut