[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 vikasrattango...@gmail.com 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

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

2009-05-06 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

[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 vikasrattango...@gmail.com 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

[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

[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 vikasrattango...@gmail.com 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

[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 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 vikasrattango...@gmail.com wrote: Hey Zeljko class Sparsh_Bday Test::Unit::TestCase    def start    #open

[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 vikasrattango...@gmail.com 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

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

2009-05-05 Thread Vicky Goyal
tr td align=centerinput type=checkbox name=include value='abdulhakkim_m'/td td align=centerfont size=1 face=ArialM/font/td td align=leftfont size=1 face=ArialAbdul Hakkim M./

[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 vikasrattango...@gmail.com 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