[Rails] Re: export to excel

2009-05-08 Thread Rase In
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 t

[Rails] Re: export to excel

2009-04-08 Thread KARTHIKEYAN RANGASWAMY
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 On Wed, Apr 8, 2009 at 2:57 PM, Daniel Bush wrote: > > > 2009/4/8 Sijo Kg > >> >> Hi >> I have some data to be e

[Rails] Re: export to excel

2009-04-08 Thread Sijo Kg
Hi thanks for the reply . I saw http://spreadsheet.rubyforge.org/ What about this? Have you used it? Sijo -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rail

[Rails] Re: export to excel

2009-04-08 Thread Daniel Bush
2009/4/8 Sijo Kg > > Hi > I have some data to be exported as well as imported to/from my > rails application to Excel.Could anybody please point me some good > advise on how to do this..Also expect some good links on the same > > Thanks in advance > Sijo > -- > Posted via http://www.ruby-foru

[Rails] Re: Export to Excel - large file

2008-10-26 Thread Dejan Dimic
You can try http://spreadsheet.rubyforge.org/ There are two ways to produce an Excel file from your data. Ole and Xml way. I like Xml way more. Take look at http://wiki.rubyonrails.org/rails/pages/HowToExportToExcel too. Could you give us more information about Excel file or a sample so we can

[Rails] Re: Export to Excel - large file

2008-10-26 Thread Craig Demyanovich
Whenever I've needed to export data for Excel, I've always exported a CSV file, since it's quite easy to create and easy for Excel to open. I've used FasterCSV to generate the CSV file. Regards, Craig --~--~-~--~~~---~--~~ You received this message because you are