From: Kenny Lee Date: 2008-05-23T17:30:34+09:00 Subject: Re: reading data from excel Simplier approach, if possible, save the excel in csv format. Then parse the csv using fastercsv (http://fastercsv.rubyforge.org/) -- Posted via http://www.ruby-forum.com/.