KARTHIKEYAN RANGASWAMY wrote: > try for the spreadsheet-excel gem .you can google for spreadsheet-excel > gem.You will get the sample code for it.if you dont get it just mail me > i > will provide you the sample code
Hi Karthik, Can you guide me how to export data's to Excel sheet, which i am taking it from Webpage; My code ..... .....code continues elements = get_text_fields(ie) elements.each{|e| p 'Name - ' + e.name p 'Value - ' + e.value .... ....code continues after executing i am getting "Value", "Name"; Now i need to export to Excel, Name as Header and Value in each cells (rows and columns) -- 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 rubyonrails-talk@googlegroups.com To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---