You can use:

   $folder_path='C:\\script\\qa'
   excel = WIN32OLE::new("excel.Application") # Create an instance of
the Excel application object
   $workbook = excel.Workbooks.Open($folder_path+"\\TestData.xls")
   $worksheet = $workbook.WorkSheets(1) # get first workbook
   $test_site = $worksheet.Range("C4").Value     # Pick Test URL form
TestData sheet

   $ie = Watir::IE.new
   $ie.goto($test_site)


Thanks
D G


On Sep 7, 6:05 pm, Ari <[email protected]> wrote:
> MS Excel file can be read using parseexcel. See details 
> inhttp://ari-techno.blogspot.com/2009/09/reading-microsoft-office-excel...
>
> On Aug 11, 8:37 am, Naveen devadass <[email protected]> wrote:
>
> > Hi all,
> > Can you please help on this

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to [email protected]
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to