You can always check out Roo: http://roo.rubyforge.org/
This library makes it easy to read Excel, OpenOffice and Google Docs,
without needing these programs installed (reads file directly).

Cheers,
Alister Scott

On Sep 8, 6:58 pm, Rocky <dheerajgamb...@gmail.com> wrote:
> 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 <arindraj...@googlemail.com> 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 <naveeenku...@gmail.com> 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 watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to