jsc
10 years agoRegular Contributor
Compare 2 Excel files
Hi all,
at the end of one of my tests I have to compare 2 excel files.
I tried FileCheckpoints, but they are not useful for excel. So I found the ExcelCompare script extension: http://support.smartbear.com/viewarticle/42199/
But this extension does not work at all for me.
It uses about 300MB RAM and crashes each time without any result.
I call it like this:
objectExcel.ExcelCompare("C:\\tmp\\test1.xlsm","C:\\tmp\\test2.xlsm", "C:\\tmp\\test3.xlsm")
The size of these excel files is about 300 kb.
The problem occurs with Excel 2013 and Excel 2010.
What do I do wrong?
Is there any other way to easily compare 2 Excel files without coding the comparison from scratch?
Best regards,
Joachim