Hi All , I am new for ruby programming and using ruby for automation work . Planned to implement READ / WRITE excel function in ruby , can you please let me know which library or open source will be good foe this ..? Thanks , Muthu Selvan SR -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/fb6d86e6-1971-4628-b0e0-e5b77cd48c9e%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Hi Muthu, We are using RubyXL. It has some limitations but works in general. Cheers Simon On Sun, 16 Jun 2013 10:04:20 +0800, Muthu Selvan <pearl.selvan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Hi All , > > I am new for ruby programming and using ruby for automation work . > Planned to implement READ / WRITE excel function in ruby , can you > please > let me know which library or open source will be good foe this ..? > > Thanks , > Muthu Selvan SR-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/op.wyq2neo2rqdk4p%40simon-macnealls-macbook-pro.local. For more options, visit https://groups.google.com/groups/opt_out.
Thanks simon , I am planning to use in mac environment , will it work ..? kindly share if you have good link for start using this .? Thanks in advance , Muthu Selvan SR On Saturday, 15 June 2013 19:31:52 UTC-7, SimonMac wrote:> > Hi Muthu, > > We are using RubyXL. It has some limitations but works in general. > > Cheers > Simon > > On Sun, 16 Jun 2013 10:04:20 +0800, Muthu Selvan <pearl....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org<javascript:>> > > wrote: > > > > > > > Hi All , > > > > I am new for ruby programming and using ruby for automation work . > > Planned to implement READ / WRITE excel function in ruby , can you > > please > > let me know which library or open source will be good foe this ..? > > > > Thanks , > > Muthu Selvan SR >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/74fe719c-8c7a-4ae7-847c-22eafc7ac123%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
yes, it''s pure ruby - we are using it on linux On Sun, 16 Jun 2013 11:08:17 +0800, Muthu Selvan <pearl.selvan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Thanks simon , I am planning to use in mac environment , will it work ..? > > kindly share if you have good link for start using this .? > > Thanks in advance , > Muthu Selvan SR > > On Saturday, 15 June 2013 19:31:52 UTC-7, SimonMac wrote: >> >> Hi Muthu, >> >> We are using RubyXL. It has some limitations but works in general. >> >> Cheers >> Simon >> >> On Sun, 16 Jun 2013 10:04:20 +0800, Muthu Selvan >> <pearl....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org<javascript:>> >> >> wrote: >> >> > >> > >> > Hi All , >> > >> > I am new for ruby programming and using ruby for automation work . >> > Planned to implement READ / WRITE excel function in ruby , can you >> > please >> > let me know which library or open source will be good foe this ..? >> > >> > Thanks , >> > Muthu Selvan SR >>-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/op.wyq9svl1rqdk4p%40simon-macnealls-macbook-pro.local. For more options, visit https://groups.google.com/groups/opt_out.
Apparently Analagous Threads
- `require': cannot load such file -- nokogiri (LoadError) in rubyXL
- [HELP ] Call java code / method from Ruby programming
- [HELP] - Ruby Drag and Drop script on screen element in Mac OS
- [HELP] BUILD FAILED while Installing ruby-1.8.7-p371 in mac OS...
- What it exactly do these do ( RubyXL::Parser.parse and Roo::Excelx.new) when opening a file?