From: Riya Rai Date: 2008-12-29T17:47:33+09:00 Subject: unable to open Excel file i am using below code for opening Excel application. But it not opening Excel file. Code:- require 'win32ole' excel = WIN32OLE.new("excel.application") excel.visible = true workbook = excel.workbooks.open("c:\\temp.xls") worksheet=workbook.worksheets(1) i just want to open a excel file and write text in it.kindly help me. Thanks in Advance -- Posted via http://www.ruby-forum.com/.