From: Jayson Williams Date: 2008-02-05T01:04:57+09:00 Subject: Re: Does anyone know how to open a excel file in read only? On Feb 4, 2008 10:41 AM, Darin Duphorn wrote: > > I've tried: > $Test_suite_workbook = excel.workbooks.open(FileName,ReadOnly:=True) > and > $Test_suite_workbook = excel.workbooks.openFileName),ReadOnly:=True > > Neither worked. > > Thanks > -- > Posted via http://www.ruby-forum.com/. Have a look at the parseexcel gem http://raa.ruby-lang.org/project/parseexcel/