Ozgun Koyun wrote: > Hey New, > > Have you tried this: http://spreadsheet.rubyforge.org/GUIDE_txt.html
Thank you for the reply ...the link was usefull now worksheet.write(2, 1, "TIME") => this works how to specify cell ranges for wrting into the row worksheet.write(2, 1..2 ,"TIME") this is gives me error... how i should specify.. pls help.. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

