For some form of Excel report regression, I need to programmatically compare pairs (new versus old) of Excel reports. These reports are relatively simple, no charts just numbers and just one sheet, but there is a large number of pairs (thousands).
I thought of using interop and opening each pairs for comparison cell by cell would be problematic and slow. Perhaps some way to hash the file, or convert to csvand compare as plain text would be better?