Blank cell being read in xlsx files | Selenium Forum
M
Posted on 21/09/2015
In hybrid framework xlsx files are being read to get the data
Issue I am facing is blank cells of run mode are taken as N and result column is getting printed as SKIP in it..
there is no data in that column


Let me know how to deal with this?

Regards,
Aakar

M
Replied on 22/09/2015

you might have done

if(this)
return "y";
else
return "n";

alternatively try to use different files copy just 2 rows and then paste it in new file.


M
Replied on 22/09/2015

I forgot to update here,
thanks for the instant reply.

Actually I need to delete rows from the Sr.no column just deleting data in cell was not deleting the cache of excel. I think so

Regards,
Aakar