From: "Ara.T.Howard" Date: 2005-11-21T11:42:23+09:00 Subject: Re: Parsing excel CVS data on a mac OSX to extract blocks of cells On Mon, 21 Nov 2005, anne001 wrote: > Question 1: require "csv" path = File::expand_path "~/Desktop/FaceRetest.cvs" table = [] # 2d array CSV::open(path, 'r'){|row| table << row} that ought to get you going. -a -- =============================================================================== | ara [dot] t [dot] howard [at] gmail [dot] com | all happiness comes from the desire for others to be happy. all misery | comes from the desire for oneself to be happy. | -- bodhicaryavatara ===============================================================================