[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-11 Thread Željko Filipin
On Wed, May 6, 2009 at 08:40, Vicky Goyal wrote: > This is my link of webpage from where i need the table data and then > have to insert into an excel sheet. > $ie.link(:url, 'http://172.25.103.20/BCards/').click I can not open it. I get Network Timeout error. > Now after that i need to put the

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Vicky Goyal
Zelijko am little confused here. This is my link of webpage from where i need the table data and then have to insert into an excel sheet. $ie.link(:url, 'http://172.25.103.20/BCards/').click Now from this html page i need to pick up the table value and insert into an excel sheet, which i need to

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Željko Filipin
On Tue, May 5, 2009 at 14:22, Vicky Goyal wrote: > Now i jus need to put > > M Abdul Hakkim M. 75779 abdulhakkim_m IHLD MYSORE2STP > M Abhilash A. M. 70239Abilash_293891 PRH2 PROGBLR15 > > in excel sheet. This will create file b.csv. Let me know if you would like me to comm

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Vicky Goyal
Željko Well, you can imagine it as a table with below format M Abdul Hakkim M. 75779 abdulhakkim_m IHLD MYSORE2STP M Abhilash A. M. 70239Abilash_293891 PRH2 PROGBLR15 Birth date is not mentioned as the list generated would represent the emoloyees , whose bdays is on that

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Željko Filipin
On Tue, May 5, 2009 at 13:09, Vicky Goyal wrote: > for ur reference sir And what represents birthday in the html you have sent? Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Vicky Goyal
M Abdul Hakkim M. 75779 mailto:abdulhakkim_m?subject=Bi

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Željko Filipin
On Tue, May 5, 2009 at 12:21, Vicky Goyal wrote: > any sample code or script wud be really handy Same here. :) If you post a few lines of html that contain names and dates, I could extract it to variable and save as csv file. Željko --~--~-~--~~~---~--~~ You rec

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Vicky Goyal
I dont have the syntax to take bday and name to take into a variable and then store to excel sheet or csv any sample code or script wud be really handy On May 5, 3:18 pm, Vicky Goyal wrote: > Hey Zeljko > class Sparsh_Bday< Test::Unit::TestCase > >    def start >    #open the IE browser >     $i

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Vicky Goyal
Hey Zeljko class Sparsh_Bday< Test::Unit::TestCase def start #open the IE browser $ie = IE.new end def test_a_simplesearch #call start method... start #fires up the IE browser and a logger object #variables test_site = 'http://sparsh/V1/' # $ie.goto(test_site)

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Željko Filipin
On Tue, May 5, 2009 at 11:58, Vicky Goyal wrote: > the same list comes in a table format. Are you able to get names and birthdays into variable? I would suggest that you save them in csv file. That will be significatly less work than driving Excel, and Excel can open csv file just fine. Let me

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Vicky Goyal
To be specific... There is a webpage which dynamically generates the list of bdays. it is employee list of a compnay. the same list comes in a table format. I have written simple WATIR script so far to reach that particular page. Now from that page i need to list down all the table content to xce

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Željko Filipin
On Tue, May 5, 2009 at 08:18, Vicky Goyal wrote: > if i need to generate an automated excel report from a webapplication, > which shows list of bdays. Can you show us the html of the page and watir code you have written to deal with it so far? Željko --~--~-~--~~~---