[Wtr-general] Watir Data types exported from excel

2007-05-09 Thread Tunde Jinadu
I'm running a script to read data from a spreadsheet using the following script # open the spreadsheet and get the values excel = WIN32OLE::new('excel.Application') # define the type of application to connect too workbook = excel.Workbooks.Open('d:\Smoke_Test2.xls') # spreadsheet location

Re: [Wtr-general] Watir Data types exported from excel

2007-05-09 Thread Paul Rogers
Jinadu To: Wtr-general@rubyforge.org Sent: Wednesday, May 09, 2007 3:01 PM Subject: [Wtr-general] Watir Data types exported from excel I'm running a script to read data from a spreadsheet using the following script # open the spreadsheet and get the values excel = WIN32OLE