Is there any ruby gems or plugin which can be used for converting (.csv) files inot (.xls) files , or is there any mechanism which can be used for the conversion of files from csv to xls . -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi I have written a toolkit in this area, still working toward releasing the gem on ruby gems but project/source is here https://github.com/autotelik/interact The .xls file read/write requires JRuby but is OS independant and does not require Excel be installed. The main focus is import/export from active record direct to Excel or CSV but all the tools for CSV->Excel are in there .. the excel wrapper to generate Excel from Ruby arrays/data is under : lib / helpers / jruby / jexcel_file.rb and check out the specs and tasks such as interact tasks/excel_generator.rake Hope that helps Tom -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 7 November 2011 04:50, Sasi <ssasidaran86-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Is there any ruby gems or plugin which can be used for converting > (.csv) files inot (.xls) files , or is there any mechanism which can > be used for the conversion of files from csv to xls .The spreadsheet gem may help. Colin -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 7 November 2011 09:27, qwan <google-G9l1KBpl/oIWdaTGBSpHTA@public.gmane.org> wrote:> I have written a toolkit in this area, still working toward releasing > the gem on ruby gems but > project/source is here https://github.com/autotelik/interacthttp://xkcd.com/974/ I tend to just open the CSV in Excel... :-/ -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 7 November 2011 09:27, qwan <google-G9l1KBpl/oIWdaTGBSpHTA@public.gmane.org> wrote:> Hi > > I have written a toolkit in this area, still working toward releasing > the gem on ruby gems but > project/source is here https://github.com/autotelik/interactAre you planning to support ods files? That is something I am sorely missing. At the moment I have to use the spreadsheet gem to generate xls files which I then access from LibreOffice. Yuk! Colin -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.