Forum Discussion
tristaanogre
9 years agoEsteemed Contributor
I wouldn't even bother with the OleObject... use a DDT.ExcelDriver to loop through the rows and check the value of each cell in the indicated column. Built a list of all the differences and report any at the end.
XBug
8 years agoContributor
tristaanogre, how do I do that via Keyword Test? Note that I do not use scripts and mainly use Keyword tests.
shankar_r, I do not use scripts, only Keywords. See ExcelVerification.png. The property checkpoint there only checks the spreadsheet's filename as that's the only thing I can do for now with my limited knowledge.