PDA

View Full Version : Comparing bitmaps in Excel


Anurag
11-Feb-2010, 04:55 AM
I want to know can we compare bitmap differences in two different Excel files

Chris
11-Feb-2010, 09:45 AM
Sorry, it isn't possible to compare bitmaps in Excel files. Beyond Compare only supports comparing text contents of Excel files.

Stumpii
11-Feb-2010, 09:06 PM
How I do this is to use an Excel Add-In called Graphics Exporter (http://www.andypope.info/vba/gex.htm). I have a workbook that runs this to export each sheet and each graphic on each sheet to separate xls and gif files. I can then compare the resulting files in BC.

Aaron
15-Feb-2010, 03:15 PM
Thanks for the info, Stumpii. :)