To set value to cell data | Selenium Forum
M
Posted on 02/10/2015
Hi,
I have a question,

Working with Google calculator by parameterizing ,

How to set the actual result value into the excel from @Test? i.e i have passed the expected result from the excel @dataprovider and calculated the actual result @test.

Now i have my actual result @Test.
how to use xls reader file to setcelldata? in to the excel file.

Please do the needful.

TIA,
Nithya.

M
Replied on 03/10/2015

I think you have to define
xls_reader xls2=new xls_reader();
objects again and then set cell data.
I don't see any other way round it.