On Thu, Jan 24, 2013 at 1:34 PM, Arup Rakshit <[email protected]> wrote:
> Suppose I do have some folders in a directory. Now say directory name > "Download".i have some folders in that directory say - > "document77444","document58745","document12457" so on. Now I want those > docs to be upload in to an excel column using Ruby. Excel sheet has > columns as below: > > > Requestnumber Doc1 Doc2 > ============= ======== ======== > > 77444 a.pdf c.jpeg > 58745 b.csv d.docx > > so on. > > Is there any good gem with ruby to meet such requirement? > roo or spreadsheet gem. The rest is just a standard file upload if this is going over a network. Andrew McElroy > > I am using Ruby > > Thanks, > Arup > > -- > Posted via http://www.ruby-forum.com/. > > -- [email protected] | https://groups.google.com/d/forum/ruby-talk-google?hl=en
