From: "Jack E." Date: 2013-02-22T06:51:51+09:00 Subject: Ruby Script read excel file to then read a directo at the moment i have a excel spreadsheet with a list of the current images by product code (17153, 17154 etc) and i have to go through the directory manually searching for each image associated with the product ( 17153.jpg, 17153a.jpg, 17153b.jpg, 17154.jpg etc) I am wanting to create a script that goes through a excel file cell by cell (column A) to then find the corresponding images (17153.jpg, 17153a.jpg, 17153b.jpg, etc) in a directory and then copy these image in another directory Regards -- Posted via http://www.ruby-forum.com/.