Please create tutorial on how to write results into an excel | Selenium Forum
M
Posted on 16/10/2016
Hi Ashish,

Please create a tutorial on how to write results into an excel using setCellData(){} method in Xls_Reader.

Thank you,

M
Replied on 22/01/2017

This is my humble request to teach us how to write results into .xlsx sheet after validating the fields using the functions that are already written in Xls_Reader

setCellData(String sheetName,String colName,int rowNum, String data){}
setCellData(String sheetName,String colName,int rowNum, String data,String url){}

Thank you


M
Replied on 25/01/2017

hi, excel writing has to be done the same way as reading. we have tutorial for that.


M
Replied on 25/01/2017

Can you please guide me to the module in which you have explained it.

Thank you so much.


M
Replied on 26/01/2017

This is urgent as it was already been asked thrice in my back to back interviews. Please let me know where you have explained the 2 functions in which framework.

Its really urgent.

setCellData(String sheetName,String colName,int rowNum, String data){}
setCellData(String sheetName,String colName,int rowNum, String data,String url){}

Thank you,


M
Replied on 26/01/2017

watch module 7.