On Tue, Jan 28, 2014 at 11:33 PM, Selvag Ruby <lists / ruby-forum.com> wrote: > I've no idea, so I do ask from my Ruby community. > > I have an array with more elements. Then I need to store these elements > in Excel 2013. Say me the steps and requirements if any. > > -- > Posted via http://www.ruby-forum.com/. > Simplest might be writing out the Array as a comma-separated value file (CSV) and then reading the file into excel. The ruby CSV library might help: http://ruby-doc.org/stdlib-2.0.0/libdoc/csv/rdoc/CSV.html